NYBU#34759

svn path=/Customer/; revision=27486
This commit is contained in:
Ruud Lipper
2015-12-17 15:01:30 +00:00
parent c58e25225c
commit 14dc4890e3

19
onces/NYBU/NYBU32.sql Normal file
View File

@@ -0,0 +1,19 @@
-- Customer specific once-script NYBU32.sql
-- Contract 12188.4 onverwijderen
SET ECHO ON
SPOOL xNYBU32.lst
SET DEFINE OFF
UPDATE cnt_contract
SET cnt_contract_verwijder = NULL
WHERE cnt_contract_key = 20945;
COMMIT;
BEGIN adm.systrackscriptId('$Id$'); END;
/
SPOOL OFF
@nybu.sql