mirror of
https://github.com/discourse/discourse.git
synced 2025-05-30 15:28:37 +08:00
PERF: Add missing index on user_id
for user_second_factors
table.
This commit is contained in:
@ -31,3 +31,7 @@ end
|
||||
# created_at :datetime not null
|
||||
# updated_at :datetime not null
|
||||
#
|
||||
# Indexes
|
||||
#
|
||||
# index_user_second_factors_on_user_id (user_id)
|
||||
#
|
||||
|
Reference in New Issue
Block a user