SGGR#37756 Aanpassing notificatie dir (opleidingsformulieren naar 'eigen' directie)

svn path=/Customer/trunk/; revision=31749
This commit is contained in:
Suzan Wiegerinck
2016-11-30 09:45:27 +00:00
parent b18c6b9419
commit 9e195e94c6

View File

@@ -1,14 +1,22 @@
/* Formatted on 7-11-2016 13:36:27 (QP5 v5.136.908.31019) */
-- Script containing customer specific db-configuration for SGGR.
-- (c) 2014 Facilitor bv
-- $Revision$
--
-- $Id$
--
-- Support: +31 53 4800710
-- Script containing customer specific sql statements for the FACILITOR database
DEFINE thisfile = 'SGGR.SQL'
DEFINE dbuser = '^SGGR'
DEFINE custid = 'SGGR'
SET DEFINE OFF
SET ECHO ON
spool xsggr.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 ------
/* de te factureren contracten */
@@ -1708,15 +1716,14 @@ AS
COMMIT;
BEGIN
adm.systrackscriptId ('$Id$', 0);
END;
/
------ payload end ------
BEGIN
fac.registercustversion ('SGGR', 12);
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