Add form for adding zone #2806

This commit is contained in:
Martin Lensment 2015-08-03 12:05:31 +03:00
parent 1fe8bd3f46
commit 44b2d383b1
10 changed files with 163 additions and 67 deletions

View 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