mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-11 11:13:59 +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:
@@ -978,6 +978,7 @@ CREATE TABLE phpbb_users (
|
||||
user_reminded_time int(11) UNSIGNED DEFAULT '0' NOT NULL,
|
||||
PRIMARY KEY (user_id),
|
||||
KEY user_birthday (user_birthday),
|
||||
KEY user_regdate (user_regdate),
|
||||
KEY user_email_hash (user_email_hash),
|
||||
KEY user_type (user_type),
|
||||
UNIQUE username_clean (username_clean(255))
|
||||
|
Reference in New Issue
Block a user