summaryrefslogtreecommitdiff
path: root/SQL/mysql.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/mysql.update.sql
parent9ab7bc6b169619ac82c8e93f111d8d8fa905a2b8 (diff)
- "TRUNCATE messages" is required to remove buggy cache entries
Diffstat (limited to 'SQL/mysql.update.sql')
-rw-r--r--SQL/mysql.update.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/SQL/mysql.update.sql b/SQL/mysql.update.sql
index f0cac2449..7091f30a0 100644
--- a/SQL/mysql.update.sql
+++ b/SQL/mysql.update.sql
@@ -49,3 +49,5 @@ ALTER TABLE `users`
ALTER TABLE `messages`
ADD INDEX `index_index` (`user_id`, `cache_key`, `idx`);
+
+TRUNCATE `messages`;