diff options
Diffstat (limited to 'db/08to09.sql')
-rw-r--r-- | db/08to09.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/db/08to09.sql b/db/08to09.sql index d5f30a26b..c6c5d7af6 100644 --- a/db/08to09.sql +++ b/db/08to09.sql @@ -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); |