mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
Add INDEX on user_regdate because this is the default ORDER BY in memberlist.php - thanks nickvergessen.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10106 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -877,6 +877,9 @@ function database_update_info()
|
||||
POSTS_TABLE => array(
|
||||
'post_username' => array('post_username'),
|
||||
),
|
||||
USERS_TABLE => array(
|
||||
'user_regdate' => array('user_regdate'),
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
||||
|
Reference in New Issue
Block a user