dbUpgrade7_0038-to-7_0039_oracle.sql 402 B

123456789101112131415
  1. -- Licensed Materials - Property of IBM
  2. --
  3. -- BI and PM: CM
  4. --
  5. -- (C) Copyright IBM Corp. 2016
  6. --
  7. -- US Government Users Restricted Rights - Use, duplication or disclosure
  8. -- restricted by GSA ADP Schedule Contract with IBM Corp.
  9. alter table CMOBJPROPS37 add (
  10. PROFILESETTINGS clob null,
  11. PROFILERANK number(10) default(0) not null);
  12. !RunCMScript CMUpgradeScript_system_profile_add.xml