mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 16:21:18 +08:00
PERF: Add unique index oauth2_user_infos(user_id, provider) (#8230)
This commit is contained in:

committed by
David Taylor

parent
1a72a61822
commit
09a569aaba
@ -20,5 +20,6 @@ end
|
||||
#
|
||||
# Indexes
|
||||
#
|
||||
# index_oauth2_user_infos_on_uid_and_provider (uid,provider) UNIQUE
|
||||
# index_oauth2_user_infos_on_uid_and_provider (uid,provider) UNIQUE
|
||||
# index_oauth2_user_infos_on_user_id_and_provider (user_id,provider) UNIQUE
|
||||
#
|
||||
|
Reference in New Issue
Block a user