mirror of
https://github.com/internetee/registry.git
synced 2025-05-19 02:39:37 +02:00
Merge branch '108518226-Epp-IDNA-support' into staging
This commit is contained in:
commit
2127ec2e48
1 changed files with 5 additions and 0 deletions
5
db/migrate/20151120090455_index_domains_on_name.rb
Normal file
5
db/migrate/20151120090455_index_domains_on_name.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class IndexDomainsOnName < ActiveRecord::Migration
|
||||
def change
|
||||
add_index :domains, :name, unique: true
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue