From ac26b964663405521077c7710212a58c37a041c7 Mon Sep 17 00:00:00 2001 From: thomascube Date: Tue, 25 Mar 2008 19:08:19 +0000 Subject: Optimize database schema; get rid of unnecessary indexes --- SQL/postgres.initial.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SQL/postgres.initial.sql') diff --git a/SQL/postgres.initial.sql b/SQL/postgres.initial.sql index 356a579fc..e8513af73 100644 --- a/SQL/postgres.initial.sql +++ b/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