mirror of
https://github.com/discourse/discourse.git
synced 2025-06-01 17:40:43 +08:00
PERF: last seen index on users
This commit is contained in:
@ -784,6 +784,7 @@ end
|
||||
#
|
||||
# index_users_on_auth_token (auth_token)
|
||||
# index_users_on_last_posted_at (last_posted_at)
|
||||
# index_users_on_last_seen_at (last_seen_at)
|
||||
# index_users_on_username (username) UNIQUE
|
||||
# index_users_on_username_lower (username_lower) UNIQUE
|
||||
#
|
||||
|
Reference in New Issue
Block a user