MAYF#36163 Verwijderen hangende system2system-notificaties

svn path=/Customer/; revision=29078
This commit is contained in:
Maarten van der Heide
2016-04-20 12:59:57 +00:00
parent bb88774676
commit 1474f4cb1a

16
onces/MAYF/MAYF#36163.sql Normal file
View File

@@ -0,0 +1,16 @@
-- Customer specific once-script MAYF#36163.
--
-- (c) 2016 Facilitor B.V.
--
-- Support: +31 53 4800700
SET ECHO ON
SPOOL xMAYF36163.lst
SET DEFINE OFF
DELETE FROM fac_notificatie
WHERE fac_notificatie_key IN (436326, 438428);
COMMIT;
BEGIN adm.systrackscriptId('$Id$'); END;
/
SPOOL OFF