mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-09 21:08:53 +00:00
[feature/soft-delete] Fix copy-paste fail for database update on the index
PHPBB3-9657
This commit is contained in:
parent
a1e0690b6b
commit
df83f22b71
1 changed files with 1 additions and 1 deletions
|
@ -1138,7 +1138,7 @@ function database_update_info()
|
|||
),
|
||||
TOPICS_TABLE => array(
|
||||
'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'),
|
||||
),
|
||||
),
|
||||
),
|
||||
|
|
Loading…
Add table
Reference in a new issue