FSN#37299 Klant scripts beter beveiligen tegen draaien in foute omgeving

svn path=/Customer/trunk/; revision=31538
This commit is contained in:
Jos Groot Lipman
2016-11-17 11:33:24 +00:00
parent 7ed5380fcc
commit c29b75929d

View File

@@ -6,7 +6,6 @@
DEFINE thisfile = 'SAMPLE.SQL'
DEFINE dbuser = '^UWVA'
DEFINE custid = 'UWVA'
DEFINE custvers = 101
SET ECHO ON
SET DEFINE ON
@@ -23,9 +22,6 @@ SELECT * FROM DUAL; -- het echte script
------ payload end ------
SET DEFINE ON
BEGIN fac.registercustversion('&custid', '&custvers'); END;
/
SET DEFINE OFF
BEGIN adm.systrackscriptId ('$Id$', 0); END;
/