dbUpgrade7_0028-to-7_0029_informix.sql 476 B

123456789101112131415161718192021
  1. -- Licensed Materials - Property of IBM
  2. --
  3. -- BI and PM: CM
  4. --
  5. -- (C) Copyright IBM Corp. 2015
  6. --
  7. -- US Government Users Restricted Rights - Use, duplication or disclosure
  8. -- restricted by GSA ADP Schedule Contract with IBM Corp.
  9. alter table CMOBJECTS modify (CLASSID integer);
  10. alter table CMCLASSES modify (CLASSID integer);
  11. alter table CMOBJPROPS25 modify (DEPLOYOBJCLASSID integer);
  12. alter table CMSIZEINFO modify (
  13. CLASSID integer,
  14. TOTALFORCLASSID integer
  15. );