dbUpgrade6_0016-to-6_0017_db2.sql 656 B

12345678910111213141516171819202122
  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. !RunCMScript CMUpgradeScript_configuration_update_35.xml