mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +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:
@@ -1869,6 +1869,7 @@ function get_schema_struct()
|
||||
'PRIMARY_KEY' => 'user_id',
|
||||
'KEYS' => array(
|
||||
'user_birthday' => array('INDEX', 'user_birthday'),
|
||||
'user_regdate' => array('INDEX', 'user_regdate'),
|
||||
'user_email_hash' => array('INDEX', 'user_email_hash'),
|
||||
'user_type' => array('INDEX', 'user_type'),
|
||||
'username_clean' => array('UNIQUE', 'username_clean'),
|
||||
|
Reference in New Issue
Block a user