1
0
Fork 0
forked from gitea/nas

Remove unnecessary index

This commit is contained in:
KMY 2023-05-17 20:21:17 +09:00
parent 3b75ded25f
commit ce4e076570

View file

@ -3,6 +3,5 @@
class AddRejectReplyExcludeFollowersToDomainBlocks < ActiveRecord::Migration[6.1] class AddRejectReplyExcludeFollowersToDomainBlocks < ActiveRecord::Migration[6.1]
def change def change
add_column :domain_blocks, :reject_reply_exclude_followers, :boolean, null: false, default: false add_column :domain_blocks, :reject_reply_exclude_followers, :boolean, null: false, default: false
add_index :domain_blocks, :reject_reply_exclude_followers
end end
end end