Files
Customer/onces/MAYF/MAYF#36163.sql
Maarten van der Heide 9d28ee5b1a MAYF#36163 Verwijderen hangende system2system-notificaties
svn path=/Customer/; revision=29093
2016-04-20 16:38:02 +00:00

17 lines
313 B
SQL

-- 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, 439428);
COMMIT;
BEGIN adm.systrackscriptId('$Id$'); END;
/
SPOOL OFF