123456789101112131415161718192021222324252627 |
- alter table CMOBJPROPS26 add DELIVOPTIONS clob null
- insert into CMOBJPROPS26(CMID) SELECT CMID FROM CMOBJECTS WHERE (CLASSID = 17 OR CLASSID = 39 OR CLASSID = 55 OR CLASSID = 57) AND (CMID NOT IN (SELECT CMID FROM CMOBJPROPS26))
- CREATE TABLE CMOBJPROPS28 (
- CMID number(10) not null,
- EVENTKEY clob NULL,
- EVENTTYPES clob NULL,
- constraint PK_CMOBJPROPS28 primary key (CMID)
- )
- !RunCMScript CMUpgradeScript_transient_1.xml
- !RunCMScript CMUpgradeScript_transient_2.xml
|