diff --git a/docs/upgrades/upgrade_4.9.0-4.9.1.sql b/docs/upgrades/upgrade_4.9.0-4.9.1.sql index e79b1c557..3a804e954 100644 --- a/docs/upgrades/upgrade_4.9.0-4.9.1.sql +++ b/docs/upgrades/upgrade_4.9.0-4.9.1.sql @@ -15,6 +15,6 @@ alter table discussion add index MessageBoard2 (wobjectId,rid,status); alter table USS_submission change userId userId int not null default 1; alter table USS_submission change status status varchar(30) not null default 'Approved'; alter table USS_submission add index test (wobjectId,status,userId); - +alter table MailForm_entryData add index MailForm1 (MailForm_entryId,sequenceNumber);