MDUX#37363: Contractbeheer / huurcontracten
svn path=/Customer/trunk/; revision=32339
This commit is contained in:
@@ -1,13 +1,22 @@
|
||||
-- Script containing customer specific configuration sql statements for MDUX: Medux
|
||||
-- (c) 2014 SG|facilitor
|
||||
-- $Revision$
|
||||
--
|
||||
-- $Id$
|
||||
--
|
||||
-- Support: +31 53 4800710
|
||||
-- Script containing customer specific db-configuration for Medux (MDUX)
|
||||
|
||||
set echo on
|
||||
DEFINE thisfile = 'MDUX.SQL'
|
||||
DEFINE dbuser = '^MDUX'
|
||||
DEFINE custid = 'MDUX'
|
||||
|
||||
spool mdux.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 ------
|
||||
|
||||
--
|
||||
-- Personen import
|
||||
@@ -2283,16 +2292,14 @@ AS
|
||||
|
||||
|
||||
|
||||
BEGIN fac.registercustversion('MDUX', 8); END;
|
||||
------ payload end ------
|
||||
|
||||
SET DEFINE OFF
|
||||
BEGIN adm.systrackscriptId ('$Id$', 0); END;
|
||||
/
|
||||
|
||||
BEGIN adm.systrackscriptId('$Id$', 0); END;
|
||||
/
|
||||
|
||||
show errors;
|
||||
|
||||
|
||||
commit;
|
||||
|
||||
|
||||
spool off;
|
||||
COMMIT;
|
||||
SET ECHO OFF
|
||||
SPOOL OFF
|
||||
SET DEFINE ON
|
||||
PROMPT Logfile of this upgrade is: &fcltlogfile
|
||||
|
||||
Reference in New Issue
Block a user