Autofix Rubocop Style/StringLiterals (#23695)
This commit is contained in:
parent
ac3561098e
commit
81ad6c2e39
76 changed files with 277 additions and 359 deletions
|
@ -1,7 +1,7 @@
|
|||
class RemoveUnneededIndexes < ActiveRecord::Migration[5.0]
|
||||
def change
|
||||
remove_index :notifications, name: "index_notifications_on_account_id"
|
||||
remove_index :settings, name: "index_settings_on_target_type_and_target_id"
|
||||
remove_index :statuses_tags, name: "index_statuses_tags_on_tag_id"
|
||||
remove_index :notifications, name: 'index_notifications_on_account_id'
|
||||
remove_index :settings, name: 'index_settings_on_target_type_and_target_id'
|
||||
remove_index :statuses_tags, name: 'index_statuses_tags_on_tag_id'
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue