KMMO#65492 -- Implementatie KröllerMüller museum

svn path=/Customer/; revision=49577
This commit is contained in:
Arthur Egberink
2021-01-27 13:34:27 +00:00
parent 94c698e103
commit 61c1022052

32
onces/KMMO/KMMO1.sql Normal file
View File

@@ -0,0 +1,32 @@
-- $Id$
--
-- Init voor opzetten nieuwe klantomgeving YASK multiclient plus
DEFINE thisfile = 'YASK1.SQL'
DEFINE dbuser = '^YASK'
SET ECHO ON
SET DEFINE ON
COLUMN fcltlogfile NEW_VALUE fcltlogfile NOPRINT;
WHENEVER SQLERROR EXIT;
SELECT adm.scriptspoolfile('&dbuser', '&thisfile') AS fcltlogfile FROM DUAL;
WHENEVER SQLERROR CONTINUE;
SPOOL &fcltlogfile
SET DEFINE OFF
------ payload begin ------
UPDATE fac_version SET fac_version_cust = 'KMMO', fac_version_otap = NULL;
------ payload end ------
SET DEFINE OFF
BEGIN adm.systrackscriptId ('$Id$', 1); END;
/
COMMIT;
SET ECHO OFF
SPOOL OFF
SET DEFINE ON
PROMPT Logfile of this upgrade is: &fcltlogfile