mirror of
https://github.com/internetee/registry.git
synced 2025-08-01 23:42:04 +02:00
Add form for adding zone #2806
This commit is contained in:
parent
1fe8bd3f46
commit
44b2d383b1
10 changed files with 163 additions and 67 deletions
7
db/migrate/20150803080914_add_ns_data_to_zones.rb
Normal file
7
db/migrate/20150803080914_add_ns_data_to_zones.rb
Normal file
|
@ -0,0 +1,7 @@
|
|||
class AddNsDataToZones < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :zonefile_settings, :ns_records, :text
|
||||
add_column :zonefile_settings, :a_records, :text
|
||||
add_column :zonefile_settings, :a4_records, :text
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue