Upgrade templates

svn path=/Database/trunk/; revision=68063
This commit is contained in:
2025-02-19 09:12:07 +00:00
parent f839d737c5
commit 6c55dd0116
2 changed files with 30 additions and 0 deletions

15
_UP/DB50to51.src Normal file
View File

@@ -0,0 +1,15 @@
/*
* Update script van FACILITOR schema
* $Revision$
* $Id$
*/
#include "prologue.inc"
COMMIT;
SET DEFINE OFF
/////////////////////////////////////////////////////////////////////////////////////////// FCLT#00000
REGISTERONCE('$Id$')
#define POST_RECREATE "DB50to51_post.src"
#include "epilogue.inc"

15
_UP/DB50to51_post.src Normal file
View File

@@ -0,0 +1,15 @@
/* DB50TO51_POST.SRC
*
* Uitgevoerd *na* de recreate
*
* LET OP: De makefile detecteert timestamp van dit bestand niet
*
* $Revision$
* $Id$
*/
/////////////////////////////////////////////////////////////////////////////////////////// FCLT#00000
REGISTERONCE('$Id$')
COMMIT;