MAYF#36163 Verwijderen hangende system2system-notificaties
svn path=/Customer/; revision=29078
This commit is contained in:
16
onces/MAYF/MAYF#36163.sql
Normal file
16
onces/MAYF/MAYF#36163.sql
Normal 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
|
||||
Reference in New Issue
Block a user