dbUpgrade7_0003-to-7_0004_db2zOS.sql 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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 CMOBJPROPS31 ADD column IDVIZAUDITLVL smallint
  10. ALTER TABLE CMOBJPROPS31 ADD column REPOSAUDITLVL smallint
  11. ALTER TABLE CMOBJPROPS31 ADD column SACAMAUDITLVL smallint
  12. INSERT INTO CMOBJPROPS31(CMID) select CMID from CMOBJECTS WHERE CLASSID in (240)
  13. ALTER TABLE CMOBJPROPS48 ADD column RMDSCONS integer
  14. ALTER TABLE CMOBJPROPS48 ADD column RMDSPEAKCONS integer
  15. ALTER TABLE CMOBJPROPS48 ADD column QSVERBGCLOGLIMIT integer
  16. ALTER TABLE CMOBJPROPS48 ADD column QSMDQUERYSIZELIMIT integer
  17. ALTER TABLE CMOBJPROPS48 ADD column QSGENCOMINNATSQL decimal(1, 0)
  18. ALTER TABLE CMOBJPROPS48 ADD column QSDISVERBGCLOG decimal(1, 0)
  19. ALTER TABLE CMOBJPROPS48 ADD column QSINITNURSESIZE integer
  20. ALTER TABLE CMOBJPROPS48 ADD column QSNURSESIZELIMIT integer
  21. ALTER TABLE CMOBJPROPS48 ADD column QSGCPOLICY smallint
  22. ALTER TABLE CMOBJPROPS23 ADD column QSRMEMCACHEROOT varchar(255)
  23. INSERT INTO CMOBJPROPS23(CMID) select CMID from CMOBJECTS where CLASSID=227
  24. DELETE FROM CMREFNOORD1 where PROPID=54
  25. !RunCMScript CMUpgradeScript_configuration_update_38.xml