From c5bd448e312f81474acf7d299401e99f414943bd Mon Sep 17 00:00:00 2001 From: Marcel Bourseau Date: Thu, 12 Jan 2017 16:26:18 +0000 Subject: [PATCH] MDUX#37363: Contractbeheer / huurcontracten svn path=/Customer/trunk/; revision=32339 --- MDUX/mdux.sql | 41 ++++++++++++++++++++++++----------------- 1 file changed, 24 insertions(+), 17 deletions(-) diff --git a/MDUX/mdux.sql b/MDUX/mdux.sql index 75cf29cad..5ef00d3aa 100644 --- a/MDUX/mdux.sql +++ b/MDUX/mdux.sql @@ -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; \ No newline at end of file +COMMIT; +SET ECHO OFF +SPOOL OFF +SET DEFINE ON +PROMPT Logfile of this upgrade is: &fcltlogfile