Files
Customer/onces/RENK/RENK#35108.sql
Ruud Lipper 1812123234 RENK#35108
svn path=/Customer/; revision=27755
2016-01-13 16:07:20 +00:00

17 lines
328 B
SQL

-- Customer specific once-script RENK#35108.sql
-- Hang contractsoorten om van huur naar ondersteuning
SET ECHO ON
SPOOL RENK#35108.lst
SET DEFINE OFF
UPDATE cnt_disc_params
SET cnt_srtcontract_type = 3
WHERE cnt_srtcontract_type = 2;
COMMIT;
BEGIN adm.systrackscriptId('$Id$'); END;
/
SPOOL OFF