dbUpgrade7_0017-to-7_0018_db2zOS.sql 928 B

1234567891011121314151617181920212223242526272829303132
  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(4000),
  12. CONSTRAINT PK_CMOBJPROPS83 PRIMARY KEY (CMID)
  13. ) IN CMSCRIPT_CREATE_IN;
  14. CREATE UNIQUE INDEX PK_CMOBJPROPS83 ON CMOBJPROPS83 (CMID ASC) USING STOGROUP CMSCRIPT_STOGROUP;
  15. CREATE AUXILIARY TABLE CMATB114
  16. IN CMSCRIPT_DATABASE.CMSCRIPT_CS_IDCML114
  17. STORES CMOBJPROPS83
  18. COLUMN MOBILECONFIG;
  19. CREATE UNIQUE INDEX CMIDX114 ON CMATB114 USING STOGROUP CMSCRIPT_STOGROUP;
  20. insert into CMOBJPROPS83 (CMID) select CMID from CMOBJECTS where CLASSID = 4;
  21. !RunCMScript CMUpgradeScript_cognos_roles15_add.xml
  22. !RunCMScript CMUpgradeScript_cognos_roles15_update.xml
  23. !RunCMScript CMUpgradeScript_capabilities_55.xml