aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/database_update.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/install/database_update.php')
-rw-r--r--phpBB/install/database_update.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php
index c338df0b80..c7205de89d 100644
--- a/phpBB/install/database_update.php
+++ b/phpBB/install/database_update.php
@@ -900,6 +900,11 @@ function database_update_info()
'drop_keys' => array(
LOG_TABLE => array('log_time'),
),
+ 'add_index' => array(
+ TOPICS_TRACK_TABLE => array(
+ 'topic_id' => array('topic_id'),
+ ),
+ ),
),
);
}