dbUpgrade7_0061-to-7_0062_mssqlserver.sql 544 B

1234567891011121314151617181920
  1. -- Licensed Materials - Property of IBM
  2. --
  3. -- BI and PM: CM
  4. --
  5. -- (C) Copyright IBM Corp. 2019
  6. --
  7. -- US Government Users Restricted Rights - Use, duplication or disclosure
  8. -- restricted by GSA ADP Schedule Contract with IBM Corp.
  9. CREATE TABLE CMOBJPROPS92 (
  10. CMID int NOT NULL,
  11. CONTYPE varchar(64) NULL,
  12. URI ntext NULL,
  13. SPEC ntext NULL,
  14. CONSTRAINT PK_CMOBJPROPS92 PRIMARY KEY (CMID)
  15. )
  16. alter table CMOBJPROPS5 add DETAILTYPE varchar(64) NULL, INFO ntext NULL
  17. !RunCMScript CMUpgradeScript_resourceFolders_add.xml