FSN#18016

svn path=/Database/trunk/; revision=10541
This commit is contained in:
Peter Feij
2010-12-14 12:37:46 +00:00
parent 21d227b916
commit 494287b2be
4 changed files with 17 additions and 17 deletions

View File

@@ -1,8 +1,8 @@
/* _up/prologue.inc
* Proloog van update script van Facilitor, to be included in every schema update
*
* $Revision: 3 $
* $Modtime: 11-10-10 15:07 $
* $Revision: 4 $
* $Modtime: 14-12-10 12:20 $
*/
#include "modules.h"
#include "comsql.h"
@@ -25,9 +25,9 @@ SET FEEDBACK OFF
SET ECHO OFF
SET PAGESIZE 0
PROMPT ************************************************************************
PROMPT UPGRADE SCRIPT van Facilitor schemaversie naar DB _DBVERSION
PROMPT UPGRADE SCRIPT van Facilitor schemaversie naar DB _DBV
PROMPT Copyright (c) 1996-2010 SG|facilitor bv. All rights reserved.
PROMPT $Revision: 3 $
PROMPT $Revision: 4 $
PROMPT
SELECT 'Uw huidige versie van Facilitor@' || USER || ' is ' || fac.getdbversion()
FROM DUAL;
@@ -42,7 +42,7 @@ PROMPT
PROMPT ************************************************************************
PROMPT
PROMPT Als de versies overeenkomen dient nu ENTER te worden gedrukt.
PROMPT EVALCONCAT(&&ACCEPT_DB, _DBVERSION)
PROMPT EVALCONCAT(&&ACCEPT_DB, _DBV)
PROMPT
PROMPT De upgrade wordt vervolgd. Even geduld a.u.b...
PROMPT