1234567891011121314151617181920212223242526272829303132 |
- -- 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.
- --CMSCRIPT_UPGRADE_SKIP_COMMAND(6.000506,6.0006)
- alter table CMOBJPROPS67 add QSIDLECONTIMEOUT int null
- --CMSCRIPT_UPGRADE_SKIP_COMMAND(6.000506,6.0006)
- alter table CMOBJPROPS67 add QSDUMPMODEL bit null
- --CMSCRIPT_UPGRADE_SKIP_COMMAND(6.000506,6.0006)
- alter table CMOBJPROPS67 add QSDISPLAN bit null
- --CMSCRIPT_UPGRADE_SKIP_COMMAND(6.000506,6.0006)
- alter table CMOBJPROPS67 add ASMAXATTACHSIZE int null
- --CMSCRIPT_UPGRADE_SKIP_COMMAND(6.000506,6.0006)
- alter table CMOBJPROPS67 add PPSMAXATTACHSIZE int null
- --CMSCRIPT_UPGRADE_SKIP_COMMAND(6.000506,6.0006)
- insert into CMOBJPROPS67(CMID) select CMID from CMOBJECTS where CLASSID=227
- --CMSCRIPT_UPGRADE_SKIP_COMMAND(6.000506,6.0006)
- alter table CMOBJPROPS51 add QUERYMODE ntext NULL
- --CMSCRIPT_UPGRADE_SKIP_COMMAND(6.000506,6.0006)
- !RunCMScript CMUpgradeScript_configuration_update_34.xml
|