dbUpgrade7_0031-to-7_0032_informix.sql 776 B

1234567891011121314151617181920212223242526272829303132
  1. -- Licensed Materials - Property of IBM
  2. --
  3. -- BI and PM: CM
  4. --
  5. -- (C) Copyright IBM Corp. 2015
  6. --
  7. -- US Government Users Restricted Rights - Use, duplication or disclosure
  8. -- restricted by GSA ADP Schedule Contract with IBM Corp.
  9. create table CMOBJPROPS86 (
  10. CMID integer not null,
  11. KSCHEMA lvarchar (256),
  12. KCATALOG lvarchar (256),
  13. CPHYSDEF clob,
  14. CPHYSANAL clob,
  15. CBASEDEF clob,
  16. CBASEANAL clob,
  17. STATUSID smallint,
  18. SNAPSHOT clob,
  19. HISTORY clob,
  20. SNAPSHOTENBL decimal(1,0),
  21. DEPLOYREFS clob,
  22. ALIASROOT lvarchar (256),
  23. primary key (CMID) constraint PK_CMOBJPROPS86
  24. ) lock mode row;
  25. ALTER TABLE CMOBJPROPS48 ADD MAXSTORESZMB integer;
  26. !RunCMScript CMUpgradeScript_capabilities_58.xml
  27. !RunCMScript CMUpgradeScript_configuration_update_40.xml