dbUpgrade7_0031-to-7_0032_db2.sql 798 B

123456789101112131415161718192021222324252627282930313233
  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 varchar (512),
  12. KCATALOG varchar (512),
  13. CPHYSDEF clob(10M),
  14. CPHYSANAL clob(10M),
  15. CBASEDEF clob(10M),
  16. CBASEANAL clob(10M),
  17. STATUSID smallint,
  18. SNAPSHOT clob(1M),
  19. HISTORY clob(10M),
  20. SNAPSHOTENBL decimal(1,0),
  21. DEPLOYREFS clob(1M),
  22. ALIASROOT varchar (512),
  23. CONSTRAINT PK_CMOBJPROPS86 PRIMARY KEY (CMID)
  24. )
  25. ALTER TABLE CMOBJPROPS48 ADD column MAXSTORESZMB integer
  26. !RunCMScript CMUpgradeScript_capabilities_58.xml
  27. !RunCMScript CMUpgradeScript_configuration_update_40.xml