From 47d5edc2665396f8fc8a6e442f3ca0ab96bafffa Mon Sep 17 00:00:00 2001 From: JT Smith Date: Thu, 5 Dec 2002 04:50:03 +0000 Subject: [PATCH] sped up mail form queries. --- docs/upgrades/upgrade_4.9.0-4.9.1.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);