FSN#37299 Klant scripts beter beveiligen tegen draaien in foute omgeving
svn path=/Customer/trunk/; revision=31538
This commit is contained in:
@@ -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;
|
||||
/
|
||||
|
||||
Reference in New Issue
Block a user