From df83f22b718e56ff06a2c35a15cec1039df35db9 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 30 Aug 2012 16:21:27 +0200 Subject: [PATCH] [feature/soft-delete] Fix copy-paste fail for database update on the index PHPBB3-9657 --- phpBB/install/database_update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php index 6ad38409c0..11b6d225b0 100644 --- a/phpBB/install/database_update.php +++ b/phpBB/install/database_update.php @@ -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'), ), ), ),