dbUpgrade7_0061-to-7_0062_informix.sql 567 B

12345678910111213141516171819202122
  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 integer NOT NULL,
  11. CONTYPE lvarchar(64),
  12. URI clob,
  13. SPEC clob,
  14. primary key (CMID) constraint PK_CMOBJPROPS92
  15. ) lock mode row;
  16. alter table CMOBJPROPS5 add DETAILTYPE lvarchar(64);
  17. alter table CMOBJPROPS5 add INFO clob;
  18. !RunCMScript CMUpgradeScript_resourceFolders_add.xml