svn path=/Customer/trunk/; revision=33767
This commit is contained in:
@@ -1,13 +1,22 @@
|
||||
-- Script containing customer specific configuration sql statements for PCHD: PCH-Dienstengroep Apeldoorn
|
||||
-- (c) 2013 SG|facilitor
|
||||
-- $Revision$
|
||||
--
|
||||
-- $Id$
|
||||
--
|
||||
-- Support: +31 53 4800700
|
||||
-- Script containing customer specific sql statements for the PCHD database
|
||||
|
||||
DEFINE thisfile = 'pchd.SQL'
|
||||
DEFINE dbuser = '^PCHD'
|
||||
DEFINE custid = 'PCHD'
|
||||
|
||||
SPOOL xpchd.lst
|
||||
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 ------
|
||||
|
||||
CREATE OR REPLACE VIEW pchd_v_imp_prs_perslid_sync
|
||||
(
|
||||
@@ -146,14 +155,15 @@ AS
|
||||
AND d.ins_srtdiscipline_key = 61;
|
||||
|
||||
|
||||
BEGIN adm.systrackscriptId('$Id$', 0); END;
|
||||
/
|
||||
------ payload end ------
|
||||
|
||||
BEGIN fac.registercustversion('PCHD', 4); END;
|
||||
SET DEFINE OFF
|
||||
BEGIN adm.systrackscriptId ('$Id$', 0); END;
|
||||
/
|
||||
|
||||
COMMIT;
|
||||
|
||||
SET ECHO OFF
|
||||
SPOOL OFF
|
||||
|
||||
SET DEFINE ON
|
||||
PROMPT Logfile of this upgrade is: &fcltlogfile
|
||||
|
||||
|
||||
Reference in New Issue
Block a user