dbUpgrade4_0014-to-4_0015_db2.sql 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. -- Licensed Materials - Property of IBM
  2. --
  3. -- BI and PM: CM
  4. --
  5. -- (C) Copyright IBM Corp. 2008, 2009
  6. --
  7. -- US Government Users Restricted Rights - Use, duplication or disclosure
  8. -- restricted by GSA ADP Schedule Contract with IBM Corp.
  9. -- Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.
  10. -- Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated).
  11. --CMSCRIPT_UPGRADE_SKIP_COMMAND(3.0061,4.0001)
  12. alter table CMOBJPROPS31 add DMSAUDITLVL smallint
  13. alter table CMOBJPROPS48 add DMSCONNECTIONS integer
  14. insert into CMOBJPROPS48(CMID) select CMID from CMOBJECTS where CLASSID in (186)
  15. --CMSCRIPT_UPGRADE_SKIP_COMMAND(3.0061,4.0001)
  16. CREATE TABLE CMOBJPROPS56 (
  17. CMID integer not null,
  18. SPEC clob(1G),
  19. constraint PK_CMOBJPROPS56 primary key (CMID)
  20. )
  21. --CMSCRIPT_UPGRADE_SKIP_COMMAND(3.0061,4.0001)
  22. !RunCMScript CMUpgradeScript_configuration_update_9.xml
  23. --CMSCRIPT_UPGRADE_SKIP_COMMAND(3.0061,4.0001)
  24. !RunCMScript CMUpgradeScript_capabilities_29_add.xml
  25. --CMSCRIPT_UPGRADE_SKIP_COMMAND(3.0061,4.0001)
  26. !RunCMScript CMUpgradeScript_capabilities_29_update.xml
  27. !RunCMScript CMUpgradeScript_configuration_update_9_1.xml