class AddColumnDnsModeToUplinks < ActiveRecord::Migration[6.0]
  def change
    add_column :uplinks, :dns_mode, :string, default: '1'
  end
end
