diff options
Diffstat (limited to 'phpBB/install/database_update.php')
-rw-r--r-- | phpBB/install/database_update.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php index 287379fcd8..c9b7134674 100644 --- a/phpBB/install/database_update.php +++ b/phpBB/install/database_update.php @@ -350,6 +350,9 @@ $database_update_info = array( ACL_ROLES_DATA_TABLE => array( 'ath_opt_id' => array('auth_option_id'), ), + TOPICS_TABLE => array( + 'forum_appr_last' => array('forum_id', 'topic_approved', 'topic_last_post_id'), + ), ), // Add the following unique indexes 'add_unique_index' => array( |