parent
869b97d091
commit
07667f91e5
3 changed files with 15 additions and 8 deletions
|
@ -0,0 +1,13 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
class FixDuplicateIndicesForKmyblueOriginalFunctions < ActiveRecord::Migration[7.1]
|
||||
def change
|
||||
remove_index :antenna_accounts, :antenna_id
|
||||
remove_index :antenna_domains, :antenna_id
|
||||
remove_index :antenna_tags, :antenna_id
|
||||
remove_index :bookmark_category_statuses, :bookmark_category_id
|
||||
remove_index :circle_accounts, :circle_id
|
||||
remove_index :circle_statuses, :circle_id
|
||||
remove_index :list_statuses, :list_id
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue