class AddIndexForSlowQueriesOnWiredConfig < ActiveRecord::Migration[6.0]
  def change
    add_index :wired_configs, :location_network_id
  end
end

