]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - db/08to09.sql
Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x
[quix0rs-gnu-social.git] / db / 08to09.sql
index d5f30a26b99e449c62b9c8522ff1518bd96c8139..c6c5d7af61626bb60782bc03581fd7949c8a4e84 100644 (file)
@@ -140,4 +140,8 @@ create table oauth_application_user (
     constraint primary key (profile_id, application_id)
 ) ENGINE=InnoDB CHARACTER SET utf8 COLLATE utf8_bin;
 
+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);