dbUpgrade7_0048-to-7_0049_informix.sql 607 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 lvarchar (64) not null,
  12. DOCID lvarchar (64) not null,
  13. CONTENT clob,
  14. PRIMARY KEY (CMID) CONSTRAINT PK_CMOBJPROPS89
  15. ) lock mode row;
  16. create index IDX_CMOBJPROPS89_1 on CMOBJPROPS89(DOCID);
  17. alter table CMOBJPROPS85 add OBJREFS clob;
  18. !RunCMScript CMUpgradeScript_homeFolder_1.xml