sped up mail form queries.
This commit is contained in:
parent
33a342259c
commit
47d5edc266
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue