class AddColumnLocationNetworkIdToVLan < ActiveRecord::Migration[6.0]
  def change
    add_column :v_lans, :location_network_id, :integer
  end
end
