123456789101112131415161718 |
- -- Licensed Materials - Property of IBM
- --
- -- BI and PM: CM
- --
- -- (C) Copyright IBM Corp. 2012
- --
- -- US Government Users Restricted Rights - Use, duplication or disclosure
- -- restricted by GSA ADP Schedule Contract with IBM Corp.
- alter table CMOBJPROPS48 add REPOSCACHEOBJTTL integer;
- alter table CMOBJPROPS48 add REPOSNUMOBJDISK integer;
- alter table CMOBJPROPS48 add REPOSNUMOBJMEM integer;
- insert into CMOBJPROPS48(CMID) select CMID from CMOBJECTS where CLASSID=240;
- !RunCMScript CMUpgradeScript_configuration_update_39.xml
|