dbUpgrade7_0028-to-7_0029_oracle.sql 483 B

12345678910111213141516171819
  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 number(10);
  10. alter table CMCLASSES modify CLASSID number(10);
  11. alter table CMOBJPROPS25 modify DEPLOYOBJCLASSID number(10);
  12. alter table CMSIZEINFO modify (
  13. CLASSID number(10),
  14. TOTALFORCLASSID number(10)
  15. );