DB25 in wording

svn path=/Database/trunk/; revision=23872
This commit is contained in:
Jos Groot Lipman
2015-01-14 11:58:36 +00:00
parent 8e419c05e0
commit 1c5a7ccb6c
2 changed files with 22 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
##
## Project: SM44 FACILITOR
##
## (c) 1995-2012 SG|facilitor bv
## (c) 1995-2015 SG|facilitor bv
##
## Auteur: Ir. P.G. Feij
## $Revision$
@@ -60,8 +60,8 @@ PROJEXE=z:\Project\FACILITOR\BUILD
##
## New style using schemanumbers
##
CURRENTVERSION=23
NEXTVERSION=24
CURRENTVERSION=24
NEXTVERSION=25
FILEVERSION=
NEXTCAREVERSION=26
NEXTROOT=DB$(NEXTVERSION)$(FILEVERSION)

19
_UP/DB24to25.src Normal file
View File

@@ -0,0 +1,19 @@
/* DB24TO25.SRC
* Update script van FACILITOR schema
* $Revision$
* $Id$
*/
#include "prologue.inc"
COMMIT;
/////////////////////////////////////////////////////////////////////////////////////////// FSN#nnnn
/////////////////////////////////////////////////////////////////////////////////////////// GENERAL
/////////////////////////////////////////////////////////////////////////////////////////// CLEANUP
-- Cleanup from DB24
///////////////////////////////////////////////////////////////////////////////////////////
REGISTERONCE('$Id$')
#include "epilogue.inc"