Files
Customer/onces/IVET/IVET24.sql
Ruud Lipper 7b08ba9428 IVET#29243
svn path=/Customer/; revision=21296
2014-04-10 09:43:22 +00:00

29 lines
825 B
SQL

-- Customer specific once-script IVET24
-- Support: +31 53 4800700
SET ECHO ON
SPOOL xIVET24.lst
SET DEFINE OFF
-- IVET#29243 notificatijob naar servicepoint voor VC reserveringen
INSERT INTO fac_notificatie_job (fac_notificatie_job_view,
fac_notificatie_job_oms,
fac_notificatie_job_mode,
fac_notificatie_job_interval,
fac_notificatie_job_nextrun,
fac_notificatie_job_flags)
VALUES ('IVET_V_NOTI_VC_RESREMINDER',
'Wijzigingen VC reserveringen naar servicepoint',
0,
1,
NULL,
0);
BEGIN adm.systrackscriptId('$Id$'); END;
/
commit;
SPOOL OFF
@ivet.sql