dbUpgrade7_0048-to-7_0049_mssqlserver.sql 580 B

1234567891011121314151617181920212223
  1. -- Licensed Materials - Property of IBM
  2. --
  3. -- BI and PM: CM
  4. --
  5. -- (C) Copyright IBM Corp. 2018
  6. --
  7. -- US Government Users Restricted Rights - Use, duplication or disclosure
  8. -- restricted by GSA ADP Schedule Contract with IBM Corp.
  9. CREATE TABLE CMOBJPROPS89 (
  10. CMID int not null,
  11. DOCTYPE varchar(64) not null,
  12. DOCID varchar(64) not null,
  13. CONTENT ntext null,
  14. CONSTRAINT PK_CMOBJPROPS89 PRIMARY KEY (CMID)
  15. )
  16. create index IDX_CMPROPS89_1 on CMOBJPROPS89(DOCID)
  17. alter table CMOBJPROPS85 add OBJREFS ntext null
  18. !RunCMScript CMUpgradeScript_homeFolder_1.xml