nybu#34626

svn path=/Customer/; revision=27230
This commit is contained in:
Ruud Lipper
2015-12-02 14:09:16 +00:00
parent cec238953c
commit a4069391fb

View File

@@ -0,0 +1,17 @@
-- Customer specific once-script NYBU#34626_2.sql
-- Contract 20829.0 weer op Actief zetten
SET ECHO ON
SPOOL xNYBU#34626_2.lst
SET DEFINE OFF
UPDATE cnt_contract
SET cnt_contract_status = 0
WHERE cnt_contract_key = 20829;
COMMIT;
BEGIN adm.systrackscriptId('$Id$'); END;
/
SPOOL OFF