123456789101112131415 |
- -- Licensed Materials - Property of IBM
- --
- -- BI and PM: CM
- --
- -- (C) Copyright IBM Corp. 2016
- --
- -- US Government Users Restricted Rights - Use, duplication or disclosure
- -- restricted by GSA ADP Schedule Contract with IBM Corp.
- ALTER TABLE CMOBJPROPS37 ADD column PROFILESETTINGS clob (100K)
- ALTER TABLE CMOBJPROPS37 ADD column PROFILERANK integer with default 0 not null
- !RunCMScript CMUpgradeScript_system_profile_add.xml
|