From fa7e3c3f39edf431a8d92b7b652b9c88c9c853ce Mon Sep 17 00:00:00 2001 From: thomasb Date: Tue, 25 Mar 2008 19:08:19 +0000 Subject: Optimize database schema; get rid of unnecessary indexes git-svn-id: https://svn.roundcube.net/trunk@1218 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/SQL/postgres.initial.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/SQL/postgres.initial.sql') diff --git a/roundcubemail/SQL/postgres.initial.sql b/roundcubemail/SQL/postgres.initial.sql index 356a579fc..e8513af73 100644 --- a/roundcubemail/SQL/postgres.initial.sql +++ b/roundcubemail/SQL/postgres.initial.sql @@ -131,7 +131,7 @@ CREATE TABLE "cache" ( data text NOT NULL ); - +ALTER TABLE "cache" ADD INDEX (user_id, cache_key); -- -- Sequence "message_ids" -- cgit v1.2.3