From 0207c45c90818e7c7df64ea52c61050850dee13d Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Mon, 02 Nov 2009 04:58:14 -0500 Subject: [PATCH] More options for top posting feature (#1484272) using patch from Phil Weir --- SQL/postgres.update.sql | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/SQL/postgres.update.sql b/SQL/postgres.update.sql index fe88a6d..e343dd4 100644 --- a/SQL/postgres.update.sql +++ b/SQL/postgres.update.sql @@ -41,3 +41,5 @@ CREATE INDEX messages_index_idx ON messages (user_id, cache_key, idx); TRUNCATE messages; +DROP INDEX contacts_user_id_idx; +CREATE INDEX contacts_user_id_idx ON contacts (user_id, email); -- Gitblit v1.9.1