PERF: last seen index on users

This commit is contained in:
Sam
2014-08-07 13:33:11 +10:00
parent 022109bc76
commit b5045a005f
4 changed files with 12 additions and 0 deletions

View File

@ -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
#