mirror of
https://github.com/internetee/registry.git
synced 2025-06-06 04:37:30 +02:00
Remove duplicate index
This commit is contained in:
parent
ba33f5740e
commit
c4dd204bb1
2 changed files with 212 additions and 211 deletions
|
@ -0,0 +1,5 @@
|
|||
class RemoveBlockedDomainsNameIndex < ActiveRecord::Migration
|
||||
def change
|
||||
remove_index :blocked_domains, name: 'index_blocked_domains_on_name'
|
||||
end
|
||||
end
|
418
db/structure.sql
418
db/structure.sql
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue