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