class AddIndexToUpgrades < ActiveRecord::Migration[6.0]
  def change
    add_index :upgrades, :router_inventory_id
  end
end

