class AddIndexToUplinks < ActiveRecord::Migration[6.0]
  def change
    add_index :uplinks, [:is_deleted, :router_inventory_id]
  end
end

