Remove duplicate index

This commit is contained in:
Artur Beljajev 2019-10-04 14:03:25 +03:00
parent ba33f5740e
commit c4dd204bb1
2 changed files with 212 additions and 211 deletions

View file

@ -0,0 +1,5 @@
class RemoveBlockedDomainsNameIndex < ActiveRecord::Migration
def change
remove_index :blocked_domains, name: 'index_blocked_domains_on_name'
end
end

File diff suppressed because it is too large Load diff