HGCU#74106 -- Implementatie Herman Gorter Complex Utrecht

svn path=/Customer/; revision=57043
This commit is contained in:
Arthur Egberink
2022-08-30 13:25:03 +00:00
parent bc1095a7a8
commit e3d1042d4e

32
onces/HGCU/HGCU1.sql Normal file
View File

@@ -0,0 +1,32 @@
-- $Id$
--
-- Init voor opzetten nieuwe klantomgeving YASK multiclient plus
DEFINE thisfile = 'HGCU1.SQL'
DEFINE dbuser = '^HGCU'
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 = 'HGCU', 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