class AddColumnDhcpRangesToWiredConfig < ActiveRecord::Migration[6.0]
  def change
    add_column :wired_configs, :dhcp_ranges, :string
    
  end
end
