[feature/soft-delete] Fix copy-paste fail for database update on the index

PHPBB3-9657
This commit is contained in:
Joas Schilling 2012-08-30 16:21:27 +02:00
parent a1e0690b6b
commit df83f22b71

View file

@ -1138,7 +1138,7 @@ function database_update_info()
), ),
TOPICS_TABLE => array( TOPICS_TABLE => array(
'topic_visibility' => array('topic_visibility'), 'topic_visibility' => array('topic_visibility'),
'forum_appr_last' => array('INDEX', array('forum_id', 'topic_visibility', 'topic_last_post_id')), 'forum_appr_last' => array('forum_id', 'topic_visibility', 'topic_last_post_id'),
), ),
), ),
), ),