12345678910111213141516171819202122232425262728293031323334353637 |
- alter table CMOBJPROPS31 add STSAUDITLVL tinyint null
- alter table CMOBJPROPS67 add STSAFFCONS int null
- alter table CMOBJPROPS67 add STSEXECLMT int null
- alter table CMOBJPROPS67 add STSCMAXPROCS int null
- alter table CMOBJPROPS67 add STSNONAFFCONS int null
- alter table CMOBJPROPS67 add STSPEAKAFFCONS int null
- alter table CMOBJPROPS67 add STSPEAKMAXPROCS int null
- alter table CMOBJPROPS67 add STSPEAKNONAFFCONS int null
- alter table CMOBJPROPS31 add ANSAUDITLVL tinyint null
- alter table CMOBJPROPS58 add ANSANNOTATIONLIFE varchar (50) null
- !RunCMScript CMUpgradeScript_configuration_update_29.xml
- !RunCMScript CMUpgradeScript_cognos_roles_11_add.xml
- !RunCMScript CMUpgradeScript_cognos_roles_11_update.xml
|