mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 11:16:00 +02:00
Add different ip version support to nameserver
This commit is contained in:
parent
a846a51444
commit
793b0d22ff
7 changed files with 18 additions and 13 deletions
6
db/migrate/20140813135408_add_ipv6_to_nameserver.rb
Normal file
6
db/migrate/20140813135408_add_ipv6_to_nameserver.rb
Normal file
|
@ -0,0 +1,6 @@
|
|||
class AddIpv6ToNameserver < ActiveRecord::Migration
|
||||
def change
|
||||
rename_column :nameservers, :ip, :ipv4
|
||||
add_column :nameservers, :ipv6, :string
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue