From 9e8826c6bc64f7b13ee02a3dc8b4e1f5bf3f87f1 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Sat, 31 Oct 2009 10:28:11 -0400
Subject: [PATCH] Tagging files for 0.3.1
---
SQL/postgres.initial.sql | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/SQL/postgres.initial.sql b/SQL/postgres.initial.sql
index f07ca30..a52a01f 100644
--- a/SQL/postgres.initial.sql
+++ b/SQL/postgres.initial.sql
@@ -110,7 +110,7 @@
vcard text
);
-CREATE INDEX contacts_user_id_idx ON contacts (user_id);
+CREATE INDEX contacts_user_id_idx ON contacts (user_id, email);
--
-- Sequence "cache_ids"
--
Gitblit v1.9.1