HPJI#35163

svn path=/Customer/; revision=27789
This commit is contained in:
Ruud Lipper
2016-01-19 09:13:05 +00:00
parent 77e576b2d7
commit fc679d33f1

19
onces/HPJI/HPJI#35163.sql Normal file
View File

@@ -0,0 +1,19 @@
-- Customer specific once-script for HPJI#35163.
-- Reanimeren _gast (key=3)
SET ECHO ON
SPOOL xHPJI#35163.lst
SET DEFINE OFF
UPDATE prs_perslid
SET prs_perslid_verwijder = NULL
WHERE prs_perslid_key = 3;
COMMIT;
BEGIN adm.systrackscriptId('$Id$'); END;
/
SPOOL OFF