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 number(10) null;
- --CMSCRIPT_UPGRADE_SKIP_COMMAND(6.000506,6.0006)
- alter table CMOBJPROPS67 add QSDUMPMODEL number(1) null;
- --CMSCRIPT_UPGRADE_SKIP_COMMAND(6.000506,6.0006)
- alter table CMOBJPROPS67 add QSDISPLAN number(1) null;
- --CMSCRIPT_UPGRADE_SKIP_COMMAND(6.000506,6.0006)
- alter table CMOBJPROPS67 add ASMAXATTACHSIZE number(10) null;
- --CMSCRIPT_UPGRADE_SKIP_COMMAND(6.000506,6.0006)
- alter table CMOBJPROPS67 add PPSMAXATTACHSIZE number(10) 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 clob null;
- --CMSCRIPT_UPGRADE_SKIP_COMMAND(6.000506,6.0006)
- !RunCMScript CMUpgradeScript_configuration_update_34.xml
|