Files
Customer/onces/IVET/ivet10.sql
Peter Koerhuis 3b8d7f1dcc Migratie once-scripts van /branch naar /onces
svn path=/Customer/; revision=21207
2014-04-02 13:57:31 +00:00

21 lines
478 B
SQL

-- Customer specific once-script IVET10.
--
-- (c) 2012 SG|facilitor bv
-- $Revision$
-- $Id$
--
-- Support: +31 53 4800700
SET ECHO ON
SPOOL xivet10.lst
SET DEFINE OFF
-- IVET#25162: Hernoemen SPIN_ID naar WIN_ID (nieuwe match-kolom)!
ALTER TABLE ivet_imp_prs MODIFY SPIN_ID VARCHAR2(100);
ALTER TABLE ivet_imp_prs RENAME COLUMN SPIN_ID TO WIN_ID;
COMMIT;
BEGIN adm.systrackscript('$Workfile: ivet10.sql $', '$Revision$', 1); END;
/
SPOOL OFF
@ivet.sql