From fafe5dce9e98c657cba6b9cb1c9068fcbaaf35cb Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Sat, 12 Sep 2009 03:53:27 -0400
Subject: [PATCH] - added comments to set absolute path for SQLite DSN (#1486095)

---
 SQL/postgres.update.sql |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/SQL/postgres.update.sql b/SQL/postgres.update.sql
index a29558e..6aba9b6 100644
--- a/SQL/postgres.update.sql
+++ b/SQL/postgres.update.sql
@@ -36,3 +36,7 @@
 ALTER TABLE identities ALTER standard TYPE smallint;
 ALTER TABLE contacts ALTER del TYPE smallint;
 ALTER TABLE messages ALTER del TYPE smallint;
+
+-- Updates from version 0.3-stable
+
+CREATE INDEX messages_index_idx ON messages (user_id, cache_key, idx);

--
Gitblit v1.9.1