1234567891011121314151617181920212223242526272829303132 |
- alter table CMOBJPROPS58 add BRSPDFCHARENC tinyint null
- alter table CMOBJPROPS58 add BRSPDFCOMPRSLVL int null
- alter table CMOBJPROPS58 add BRSPDFCOMPRSTYPE tinyint null
- alter table CMOBJPROPS58 add BRSPDFEMBEDFONTS tinyint null
- alter table CMOBJPROPS58 add RSPDFCHARENC tinyint null
- alter table CMOBJPROPS58 add RSPDFCOMPRSLVL int null
- alter table CMOBJPROPS58 add RSPDFCOMPRSTYPE tinyint null
- alter table CMOBJPROPS58 add RSPDFEMBEDFONTS tinyint null
- insert into CMOBJPROPS58(CMID) SELECT CMID FROM CMOBJECTS WHERE CLASSID IN (65, 25)
- !RunCMScript CMUpgradeScript_configuration_update_15.xml
|