MDUX#37363: Contractbeheer / huurcontracten

svn path=/Customer/trunk/; revision=32339
This commit is contained in:
Marcel Bourseau
2017-01-12 16:26:18 +00:00
parent 5d53a0f74b
commit c5bd448e31

View File

@@ -1,13 +1,22 @@
-- Script containing customer specific configuration sql statements for MDUX: Medux --
-- (c) 2014 SG|facilitor
-- $Revision$
-- $Id$ -- $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 -- 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; COMMIT;
/ SET ECHO OFF
SPOOL OFF
show errors; SET DEFINE ON
PROMPT Logfile of this upgrade is: &fcltlogfile
commit;
spool off;