From 95a8f18501af643f8f9e55e8b85dac3ee9ed05c2 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Thu, 28 Jan 2010 08:09:22 -0500 Subject: [PATCH] - Don't create link to not existing css file for dummy task - rename addresses.css to addressbook.css (now matches with task name) --- 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