svn path=/Customer/trunk/; revision=31866
This commit is contained in:
@@ -1,16 +1,22 @@
|
||||
|
||||
/* Formatted on 5-9-2016 15:12:52 (QP5 v5.136.908.31019) */
|
||||
-- Script containing customer specific sql for STAM (Stamicarbon)
|
||||
--
|
||||
-- (c) 2005-2012 SG|Facilitor bv
|
||||
-- $Revision$
|
||||
-- $Id$
|
||||
--
|
||||
-- Support: +31 53 4800700
|
||||
-- Script containing customer specific sql statements for the FACILITOR database
|
||||
|
||||
DEFINE thisfile = 'STAM.SQL'
|
||||
DEFINE dbuser = '^STAM'
|
||||
DEFINE custid = 'STAM'
|
||||
|
||||
SET DEFINE OFF
|
||||
SET ECHO ON
|
||||
spool stam.lst
|
||||
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 STAM_V_PROJECTKOSTENPLAATSEN
|
||||
(
|
||||
@@ -498,16 +504,14 @@ END;
|
||||
/
|
||||
|
||||
|
||||
BEGIN
|
||||
adm.systrackscriptId ('$Id$', 0);
|
||||
END;
|
||||
/
|
||||
------ payload end ------
|
||||
|
||||
BEGIN
|
||||
fac.registercustversion ('STAM', 1);
|
||||
END;
|
||||
SET DEFINE OFF
|
||||
BEGIN adm.systrackscriptId ('$Id$', 0); END;
|
||||
/
|
||||
|
||||
|
||||
COMMIT;
|
||||
spool off
|
||||
SET ECHO OFF
|
||||
SPOOL OFF
|
||||
SET DEFINE ON
|
||||
PROMPT Logfile of this upgrade is: &fcltlogfile
|
||||
|
||||
Reference in New Issue
Block a user