dbUpgrade7_0048-to-7_0049_db2.sql 602 B

12345678910111213141516171819202122
  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 integer not null,
  11. DOCTYPE varchar(64) not null,
  12. DOCID varchar(64) not null,
  13. CONTENT clob(10M),
  14. CONSTRAINT PK_CMOBJPROPS89 PRIMARY KEY (CMID)
  15. )
  16. create index IDX_CMPROPS89_1 on CMOBJPROPS89(DOCID)
  17. ALTER TABLE CMOBJPROPS85 ADD column OBJREFS clob(1M)
  18. !RunCMScript CMUpgradeScript_homeFolder_1.xml