SKAF#62071 -- Meldingsregistratie dmv QR-codes inrichten

svn path=/Customer/trunk/; revision=46643
This commit is contained in:
Jos Migo
2020-04-24 14:34:08 +00:00
parent 2296d500ee
commit a58f406b27

View File

@@ -5,9 +5,20 @@
--
-- Support: +31 53 4800710
set echo on
DEFINE thisfile = 'SKAF.SQL'
DEFINE dbuser = '^SKAF'
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 ------
spool skaf.lst
CREATE OR REPLACE VIEW skaf_v_import_log
AS
@@ -2290,4 +2301,4 @@ COMMIT;
SET ECHO OFF
SPOOL OFF
SET DEFINE ON
PROMPT Logfile of this upgrade is: &fcltlogfile
PROMPT Logfile of this upgrade is: &fcltlogfile