dbUpgrade7_0003-to-7_0004_informix.sql 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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 IDVIZAUDITLVL smallint;
  10. alter table CMOBJPROPS31 add REPOSAUDITLVL smallint;
  11. alter table CMOBJPROPS31 add SACAMAUDITLVL smallint;
  12. insert into CMOBJPROPS31 (CMID) select CMID from CMOBJECTS where CLASSID in (240);
  13. alter table CMOBJPROPS48 add RMDSCONS integer;
  14. alter table CMOBJPROPS48 add RMDSPEAKCONS integer;
  15. alter table CMOBJPROPS48 add QSVERBGCLOGLIMIT integer;
  16. alter table CMOBJPROPS48 add QSMDQUERYSIZELIMIT integer;
  17. alter table CMOBJPROPS48 add QSGENCOMINNATSQL decimal(1,0);
  18. alter table CMOBJPROPS48 add QSDISVERBGCLOG decimal(1,0);
  19. alter table CMOBJPROPS48 add QSINITNURSESIZE integer;
  20. alter table CMOBJPROPS48 add QSNURSESIZELIMIT integer;
  21. alter table CMOBJPROPS48 add QSGCPOLICY smallint;
  22. alter table CMOBJPROPS23 add QSRMEMCACHEROOT lvarchar(256);
  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