summaryrefslogtreecommitdiff
path: root/db/08to09.sql
diff options
context:
space:
mode:
authorBrion Vibber <brion@pobox.com>2010-03-01 14:55:09 -0800
committerBrion Vibber <brion@pobox.com>2010-03-01 14:55:09 -0800
commit7bbdea10327dfd5cd059337e4f2d3d5f21d909da (patch)
treea1fba8a5902a8be155a0a5c1d9ae98355f6945c0 /db/08to09.sql
parent00f724d0e6380f8177bcee0ff2631783f514508a (diff)
parent946445eea945b28d50f7409815a4913f50061958 (diff)
Merge branch 'master' of gitorious.org:statusnet/mainline into testing
Diffstat (limited to 'db/08to09.sql')
-rw-r--r--db/08to09.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/db/08to09.sql b/db/08to09.sql
index b10e47dbc..f30572154 100644
--- a/db/08to09.sql
+++ b/db/08to09.sql
@@ -110,3 +110,8 @@ insert into queue_item_new (frame,transport,created,claimed)
alter table queue_item rename to queue_item_old;
alter table queue_item_new rename to queue_item;
+alter table file_to_post
+ add index post_id_idx (post_id);
+
+alter table group_inbox
+ add index group_inbox_notice_id_idx (notice_id);