class AddColumnsToActivities < ActiveRecord::Migration[6.0]
  def change
    add_column :activities, :router_inventory_id, :integer
  end
end
