1234567891011121314151617 |
- -- Licensed Materials - Property of IBM
- --
- -- BI and PM: CM
- --
- -- (C) Copyright IBM Corp. 2011
- --
- -- US Government Users Restricted Rights - Use, duplication or disclosure
- -- restricted by GSA ADP Schedule Contract with IBM Corp.
- insert into CMREFORD1(PROPID, CMID, ORD, REFCMID) select PROPID, CMID, 0, REFCMID from CMREFNOORD1 where PROPID=51
- delete from CMREFNOORD1 where PROPID=51
- -- The CM script adds a few bluesea capabilities to express which were excluded in C8.
- -- This SQL file was modified from its original delivered state since this script is a no/op
- -- in enterprise. At the time of modification, this script is not delievered to midmarket.
- !RunCMScript CMUpgradeScript_capabilities_50.xml
|