dbUpgrade4_0001-to-4_0002_mssqlserver.sql 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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.006801,4.0001)
  12. CREATE TABLE CMOBJPROPS48 (
  13. CMID int NOT NULL,
  14. constraint PK_CMOBJPROPS48 primary key (CMID)
  15. )
  16. alter table CMOBJPROPS48 add ASCONNECTIONS int NULL;
  17. alter table CMOBJPROPS48 add CMSCONNECTIONS int NULL;
  18. alter table CMOBJPROPS48 add DDSCONNECTIONS int NULL;
  19. alter table CMOBJPROPS48 add DISCONNECTIONS int NULL;
  20. alter table CMOBJPROPS48 add DSCONNECTIONS int NULL;
  21. alter table CMOBJPROPS48 add IDSCONNECTIONS int NULL;
  22. alter table CMOBJPROPS48 add ISSCONNECTIONS int NULL;
  23. alter table CMOBJPROPS48 add IUSCONNECTIONS int NULL;
  24. alter table CMOBJPROPS48 add JSCONNECTIONS int NULL;
  25. alter table CMOBJPROPS48 add MBSCONNECTIONS int NULL;
  26. alter table CMOBJPROPS48 add MMSCONNECTIONS int NULL;
  27. alter table CMOBJPROPS48 add PACSCONNECTIONS int NULL;
  28. alter table CMOBJPROPS48 add PRSCONNECTIONS int NULL;
  29. alter table CMOBJPROPS48 add PTSCONNECTIONS int NULL;
  30. alter table CMOBJPROPS48 add BRSCHHOTSPOTLIMIT int NULL;
  31. alter table CMOBJPROPS48 add RSCHHOTSPOTLIMIT int NULL;
  32. --CMSCRIPT_UPGRADE_SKIP_COMMAND(3.006801,4.0001)
  33. insert into CMOBJPROPS48(CMID) select CMID from CMOBJECTS where CLASSID in (4,34,14)
  34. insert into CMOBJPROPS48(CMID) select CMID from CMOBJECTS where CLASSID in (83,47,155,84,88,99,164,165,166,177,170,171,172,176,65,25)
  35. !RunCMScript CMUpgradeScript_configuration_update_8.xml