dbUpgrade6_0016-to-6_0017_db2zOS.sql 864 B

1234567891011121314151617181920212223242526272829
  1. -- Licensed Materials - Property of IBM
  2. --
  3. -- BI and PM: CM
  4. --
  5. -- (C) Copyright IBM Corp. 2010
  6. --
  7. -- US Government Users Restricted Rights - Use, duplication or disclosure
  8. -- restricted by GSA ADP Schedule Contract with IBM Corp.
  9. alter table CMOBJPROPS67 add column QSADDJVMARG varchar (2048)
  10. alter table CMOBJPROPS67 add column QSINITJVMHEAP integer
  11. alter table CMOBJPROPS67 add column QSMANCUBESTRT decimal(1, 0)
  12. alter table CMOBJPROPS67 add column QSMAXJVMHEAP integer
  13. alter table CMOBJPROPS67 add column QSROLAPCUBECONF blob(1M)
  14. alter table CMOBJPROPS67 add column QSROLAPCADMINCT integer
  15. CREATE AUXILIARY TABLE CMATB108
  16. IN CMSCRIPT_DATABASE.CMSCRIPT_CS_IDCML108
  17. STORES CMOBJPROPS67
  18. COLUMN QSROLAPCUBECONF
  19. CREATE UNIQUE INDEX CMIDX108 ON CMATB108 USING STOGROUP CMSCRIPT_STOGROUP
  20. !RunCMScript CMUpgradeScript_configuration_update_35.xml