SUTF#57712 moderne script formaat

svn path=/Customer/trunk/; revision=42581
This commit is contained in:
Ruud Lipper
2019-05-17 11:00:56 +00:00
parent b03cbe95f7
commit a44537dcb5

View File

@@ -1,13 +1,22 @@
-- Script containing customer specific configuration sql statements for SUTF
-- (c) 2010 SG|facilitor bv
-- Script containing customer specific configuration sql statements for Sutfene
-- $Revision$
-- $Id$
--
-- Support: +31 53 4800700
set echo on
spool sutf.lst
DEFINE thisfile = 'SUTF.SQL'
DEFINE dbuser = '^SUTF'
DEFINE custid = 'SUTF'
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 ------
CREATE OR REPLACE VIEW sutf_v_import_log
AS
@@ -2240,12 +2249,14 @@ AS
AND ins_kenmerkdeel_waarde = TO_CHAR (SYSDATE - 1, 'DD-MM-YYYY')
AND ins_alg_ruimte_key_org IS NOT NULL;
BEGIN adm.systrackscriptId('$Id$', 0); END;
------ payload end ------
SET DEFINE OFF
BEGIN adm.systrackscriptId ('$Id$', 0); END;
/
BEGIN fac.registercustversion('SUTF', 9); END;
/
commit;
spool off
COMMIT;
SET ECHO OFF
SPOOL OFF
SET DEFINE ON
PROMPT Logfile of this upgrade is: &fcltlogfile