1234567891011121314151617181920212223242526272829303132 |
- alter table CMOBJPROPS31 add GSAUDITLVL tinyint null
- alter table CMOBJPROPS58 add GSAFFINECONNECTIONS int null
- alter table CMOBJPROPS58 add GSEXECUTIONTIMELIMIT int null
- alter table CMOBJPROPS58 add GSMAXPROCESSES int null
- alter table CMOBJPROPS58 add GSNONAFFINECONNCTS int null
- alter table CMOBJPROPS58 add GSPEAKMAXPROCESSES int null
- alter table CMOBJPROPS58 add GSPEAKNONAFFINECONNCTS int null
- alter table CMOBJPROPS58 add GSQUEUELIMIT int null
- alter table CMOBJPROPS58 add GSPEAKCONS int null
- !RunCMScript CMUpgradeScript_configuration_update_22.xml
|