summaryrefslogtreecommitdiff
path: root/SQL/postgres.update.sql
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2009-09-13 08:12:58 +0000
committeralecpl <alec@alec.pl>2009-09-13 08:12:58 +0000
commit7fec6b2de7d827fd34785000c9cef7f5defa86f1 (patch)
tree0fad74a779566d7a1ca7de83807f3a65d5293626 /SQL/postgres.update.sql
parent9ab7bc6b169619ac82c8e93f111d8d8fa905a2b8 (diff)
- "TRUNCATE messages" is required to remove buggy cache entries
Diffstat (limited to 'SQL/postgres.update.sql')
-rw-r--r--SQL/postgres.update.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/SQL/postgres.update.sql b/SQL/postgres.update.sql
index 6aba9b6a1..fe88a6dcc 100644
--- a/SQL/postgres.update.sql
+++ b/SQL/postgres.update.sql
@@ -40,3 +40,4 @@ 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);
+TRUNCATE messages;