dbUpgrade7_0017-to-7_0018_informix.sql 610 B

1234567891011121314151617181920212223
  1. -- Licensed Materials - Property of IBM
  2. --
  3. -- BI and PM: CM
  4. --
  5. -- (C) Copyright IBM Corp. 2013
  6. --
  7. -- US Government Users Restricted Rights - Use, duplication or disclosure
  8. -- restricted by GSA ADP Schedule Contract with IBM Corp.
  9. create table CMOBJPROPS83 (
  10. CMID integer not null,
  11. MOBILECONFIG blob,
  12. primary key (CMID) constraint PK_CMOBJPROPS83
  13. ) lock mode row;
  14. insert into CMOBJPROPS83 (CMID) select CMID from CMOBJECTS where CLASSID = 4;
  15. !RunCMScript CMUpgradeScript_cognos_roles15_add.xml
  16. !RunCMScript CMUpgradeScript_cognos_roles15_update.xml
  17. !RunCMScript CMUpgradeScript_capabilities_55.xml