CONN#22359

svn path=/Customer/trunk/; revision=15103
This commit is contained in:
Maarten van der Heide
2012-02-03 09:24:08 +00:00
parent 42fe5a4079
commit 36219cb48e

20
CONN/Once/CONN50.sql Normal file
View File

@@ -0,0 +1,20 @@
-- Customer specific once-script CONN50.
--
-- (c) 2012 SG|facilitor bv
-- $Revision: 1 $
-- $Modtime: 1-02-12 13:30 $
--
-- Support: +31 53 4800700
SET ECHO ON
SPOOL xconn50.lst
SET DEFINE OFF
-- CONN#22359: Variabel aantal glaswasbeurten per gebouw!
ALTER TABLE conn_imp_inspectieobj ADD (CNT_CONTRACT_NUMMER_INTERN VARCHAR2 (30));
BEGIN adm.systrackscript('$Workfile: CONN50.sql $', '$Revision: 1 $', 1); END;
/
SPOOL OFF
@conn.sql