Files
Customer/onces/SUTF/SUTF09.sql
Peter Koerhuis 3b8d7f1dcc Migratie once-scripts van /branch naar /onces
svn path=/Customer/; revision=21207
2014-04-02 13:57:31 +00:00

32 lines
736 B
SQL

-- Customer specific once-script SUTF.
--
-- Support: +31 53 4800700
SET ECHO ON
SPOOL xSUTF09.lst
SET DEFINE OFF
-- SUTF#29030
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 ('SUTF_V_NOTI_INS_LATE',
'Uitgeleende objecten',
3,
24,
null,
0);
BEGIN adm.systrackscriptId('$Id$'); END;
/
commit;
SPOOL OFF
@sutf.sql