123456789101112131415161718192021222324 |
- alter table CMOBJPROPS31 add RDSAUDITLVL smallint
- alter table CMOBJPROPS31 add RDSMAXDATASIZE integer
- CREATE TABLE CMOBJPROPS44 (
- CMID integer not null,
- RDSGATEWMAPPING blob(1M),
- CONSTRAINT PK_CMOBJPROPS44 primary key (CMID)
- )
- !RunCMScript CMUpgradeScript_configuration_update_6.xml
|