mirror of
https://github.com/discourse/discourse.git
synced 2025-03-01 08:49:20 +00:00
correct typo
This commit is contained in:
parent
c009a6ae36
commit
e82b90d6ac
@ -5,6 +5,6 @@ class AddMissingUserDestroyerIndexes < ActiveRecord::Migration[5.2]
|
||||
add_index :post_actions, [:user_id]
|
||||
add_index :user_uploads, [:user_id, :upload_id]
|
||||
add_index :user_auth_token_logs, [:user_id]
|
||||
add_index :topic_link, [:user_id]
|
||||
add_index :topic_links, [:user_id]
|
||||
end
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user