dbUpgrade6_0016-to-6_0017_informix.sql 617 B

12345678910111213141516171819202122
  1. -- Licensed Materials - Property of IBM
  2. --
  3. -- BI and PM: CM
  4. --
  5. -- (C) Copyright IBM Corp. 2010
  6. --
  7. -- US Government Users Restricted Rights - Use, duplication or disclosure
  8. -- restricted by GSA ADP Schedule Contract with IBM Corp.
  9. alter table CMOBJPROPS67 add QSADDJVMARG lvarchar (2048);
  10. alter table CMOBJPROPS67 add QSINITJVMHEAP integer;
  11. alter table CMOBJPROPS67 add QSMANCUBESTRT decimal(1,0);
  12. alter table CMOBJPROPS67 add QSMAXJVMHEAP integer;
  13. alter table CMOBJPROPS67 add QSROLAPCUBECONF blob;
  14. alter table CMOBJPROPS67 add QSROLAPCADMINCT integer;
  15. !RunCMScript CMUpgradeScript_configuration_update_35.xml