| 12345678910111213141516171819202122232425262728293031323334353637 |
- alter table CMOBJPROPS31 add ( DMSAUDITLVL number(3) null);
- alter table CMOBJPROPS48 add ( DMSCONNECTIONS number(10) null);
- insert into CMOBJPROPS48(CMID) select CMID from CMOBJECTS where CLASSID in (186);
- CREATE TABLE CMOBJPROPS56 (
- CMID number(10) NOT NULL,
- SPEC clob NULL,
- CONSTRAINT PK_CMOBJPROPS56 PRIMARY KEY (CMID)
- );
- !RunCMScript CMUpgradeScript_configuration_update_9.xml
- !RunCMScript CMUpgradeScript_capabilities_29_add.xml
- !RunCMScript CMUpgradeScript_capabilities_29_update.xml
- !RunCMScript CMUpgradeScript_configuration_update_9_1.xml
|