PCHD#32880 -- Implementatie Strijp-S

svn path=/Customer/trunk/; revision=25507
This commit is contained in:
Arthur Egberink
2015-06-24 07:54:04 +00:00
parent cb138a0683
commit 27eb3b379a

18
PCHE/pche.sql Normal file
View File

@@ -0,0 +1,18 @@
-- Script containing customer specific configuration sql statements for PCHE (Eindhoven Strijp-S)
-- (c) 2008 Facilitor
-- $Revision$
-- $Id$
--
-- Support: +31 53 4800700
spool xpche.lst
set echo on
SHOW ERRORS
BEGIN fac.registercustversion('PCHE', 0); END;
/
BEGIN adm.systrackscriptId('$Id$', 0); END;
/
COMMIT;
SPOOL OFF