BLOS#79136 -- Herstructurering Locaties/Regio's/Clusters inclusief registratie Locatie - en Regiomanagers

svn path=/Customer/; revision=62044
This commit is contained in:
Jos Migo
2023-10-04 20:05:28 +00:00
parent 01ff8b321a
commit 81abf03be2

View File

@@ -0,0 +1,37 @@
-- Customer specific once-script voor BLOS
-- $Id$
--
-- Oncescript om de oude EXPORT WP_CLUSTER netjes te droppen
DEFINE thisfile = 'BLOS#79136_drop.SQL'
DEFINE dbuser = '^BLOS'
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 ------
DROP VIEW blos_v_export_wpcluster;
DROP PROCEDURE blos_select_wpcluster;
DROP VIEW blos_v_cluster_personen_1;
DROP VIEW blos_v_cluster_personen_2;
------ 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