diff options
author | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-03-02 19:13:51 +0100 |
---|---|---|
committer | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-03-02 19:13:51 +0100 |
commit | f65478b624f485098eb1675572357af2f3ca5c40 (patch) | |
tree | f2b49854daaa7db9ce531c012d694977ee7b4315 /db/08to09.sql | |
parent | 767d49495d900979b9e694eed51e0379c529181c (diff) | |
parent | 68347691b0c7fb3f81415abd7fcdc5aec85cc554 (diff) |
Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.x
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); |