DJIN#36134 Verwijderen bezoekgegevens-taak

svn path=/Customer/; revision=29583
This commit is contained in:
Maarten van der Heide
2016-05-31 15:13:24 +00:00
parent b799f5f214
commit 439011efb0

42
onces/DJIN/djin5.sql Normal file
View File

@@ -0,0 +1,42 @@
-- Customer specific once-script DJIN5.
--
-- (c) 2016 Facilitor B.V.
--
-- Support: +31 53 4800700
SET ECHO ON
SPOOL xDJIN5.lst
SET DEFINE OFF
-- DJIN#36134: Automatisch verwijderen bezoekgegegvens!
-- 90=PRSSYS
/* Formatted on 26-5-2016 10:42:24 (QP5 v5.136.908.31019) */
INSERT INTO fac_export_app (fac_export_app_code,
fac_export_app_oms,
fac_functie_key,
--fac_export_app_charset,
fac_export_app_folder,
fac_export_app_prefix,
fac_export_app_file_prefix,
fac_export_app_postfix,
fac_export_app_log_postfix,
fac_export_app_flags,
--fac_export_app_xsl,
fac_export_app_timestamp)
VALUES ('NACHTWERK',
'Nachtwerk',
90,
--NULL,
'.\NACHTWERK',
'DJIN',
'NACHTWERK_',
'.txt', -- csv?
'.log',
0,
--NULL,
'yyyymmdd');
COMMIT;
BEGIN adm.systrackscriptId('$Id$'); END;
/
SPOOL OFF
@djin.sql