dbUpgrade7_0004-to-7_0005_db2zOS.sql 548 B

123456789101112131415161718
  1. -- Licensed Materials - Property of IBM
  2. --
  3. -- BI and PM: CM
  4. --
  5. -- (C) Copyright IBM Corp. 2012
  6. --
  7. -- US Government Users Restricted Rights - Use, duplication or disclosure
  8. -- restricted by GSA ADP Schedule Contract with IBM Corp.
  9. ALTER TABLE CMOBJPROPS48 ADD column REPOSCACHEOBJTTL integer
  10. ALTER TABLE CMOBJPROPS48 ADD column REPOSNUMOBJDISK integer
  11. ALTER TABLE CMOBJPROPS48 ADD column REPOSNUMOBJMEM integer
  12. INSERT INTO CMOBJPROPS48(CMID) select CMID from CMOBJECTS where CLASSID=240
  13. !RunCMScript CMUpgradeScript_configuration_update_39.xml