correct typo

This commit is contained in:
Sam Saffron 2019-04-26 18:14:28 +10:00
parent c009a6ae36
commit e82b90d6ac
1 changed files with 1 additions and 1 deletions

View File

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