class AddFieldsToRouterInventories < ActiveRecord::Migration[6.0]
  def change
#    add_column :router_inventories, :organisation_id, :integer
  #  add_column :radius_configurations, :organisation_id, :integer
    add_column :location_networks, :organisation_id, :integer
  end
end

