WOWW#54335

svn path=/Customer/; revision=40732
This commit is contained in:
Ruud Lipper
2019-01-30 12:39:54 +00:00
parent 6889760b37
commit 0a5f4d4828

34
onces/WOWW/WOWW#54335.sql Normal file
View File

@@ -0,0 +1,34 @@
--
-- $Id$
--
-- Zet objectverplicht bij stdmelding op altijd verplicht
DEFINE thisfile = 'WOWW#54335.SQL'
DEFINE dbuser = '*'
SET ECHO ON
SET DEFINE ON
COLUMN fcltlogfile NEW_VALUE fcltlogfile NOPRINT;
WHENEVER SQLERROR EXIT;
SELECT adm.scriptspoolfile('&dbuser', '&thisfile') AS fcltlogfile FROM DUAL;
WHENEVER SQLERROR CONTINUE;
SPOOL &fcltlogfile
SET DEFINE OFF
------ payload begin ------
UPDATE mld_stdmelding
SET ins_srtinst_verplichtstatus = 2
WHERE mld_stdmelding_verwijder IS NULL;
------ payload end ------
SET DEFINE OFF
BEGIN adm.systrackscriptId ('$Id$', 1); END;
/
COMMIT;
SET ECHO OFF
SPOOL OFF
SET DEFINE ON
PROMPT Logfile of this upgrade is: &fcltlogfile