mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-03 06:44:03 +01:00
- use better index for contacts table
This commit is contained in:
@@ -34,7 +34,7 @@ CREATE TABLE contacts (
|
||||
vcard text NOT NULL default ''
|
||||
);
|
||||
|
||||
CREATE INDEX ix_contacts_user_id ON contacts(user_id);
|
||||
CREATE INDEX ix_contacts_user_id ON contacts(user_id, email);
|
||||
|
||||
-- --------------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user