1234567891011121314151617181920212223242526 |
- -- 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.000501,6.0006)
- alter table CMOBJPROPS67 add column COLLABDISCURI clob(4000)
- --CMSCRIPT_UPGRADE_SKIP_COMMAND(6.000501,6.0006)
- alter table CMOBJPROPS67 add column BRSMAXATTACHSIZE integer
- --CMSCRIPT_UPGRADE_SKIP_COMMAND(6.000501,6.0006)
- alter table CMOBJPROPS67 add column DSMAXATTACHSIZE integer
- --CMSCRIPT_UPGRADE_SKIP_COMMAND(6.000501,6.0006)
- alter table CMOBJPROPS67 add column RSMAXATTACHSIZE integer
- --CMSCRIPT_UPGRADE_SKIP_COMMAND(6.000501,6.0006)
- !RunCMScript CMUpgradeScript_capabilities_47.xml
- --CMSCRIPT_UPGRADE_SKIP_COMMAND(6.000501,6.0006)
- !RunCMScript CMUpgradeScript_configuration_update_32.xml
|