dbUpgrade6_0016-to-6_0017_mssqlserver.sql 622 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 QSADDJVMARG nvarchar (1024) NULL
  10. alter table CMOBJPROPS67 add QSINITJVMHEAP int NULL
  11. alter table CMOBJPROPS67 add QSMANCUBESTRT bit NULL
  12. alter table CMOBJPROPS67 add QSMAXJVMHEAP int NULL
  13. alter table CMOBJPROPS67 add QSROLAPCUBECONF image NULL
  14. alter table CMOBJPROPS67 add QSROLAPCADMINCT int NULL
  15. !RunCMScript CMUpgradeScript_configuration_update_35.xml