12345678910111213141516171819202122 |
- -- Licensed Materials - Property of IBM
- --
- -- BI and PM: CM
- --
- -- (C) Copyright IBM Corp. 2010
- --
- -- US Government Users Restricted Rights - Use, duplication or disclosure
- -- restricted by GSA ADP Schedule Contract with IBM Corp.
- alter table CMOBJPROPS67 add QSADDJVMARG nvarchar (1024) NULL
- alter table CMOBJPROPS67 add QSINITJVMHEAP int NULL
- alter table CMOBJPROPS67 add QSMANCUBESTRT bit NULL
- alter table CMOBJPROPS67 add QSMAXJVMHEAP int NULL
- alter table CMOBJPROPS67 add QSROLAPCUBECONF image NULL
- alter table CMOBJPROPS67 add QSROLAPCADMINCT int NULL
- !RunCMScript CMUpgradeScript_configuration_update_35.xml
|