HabitatMap/AirCasting

View on GitHub
db/migrate/20220727100546_add_indexes_to_threshold_alerts.rb

Summary

Maintainability
A
0 mins
Test Coverage
class AddIndexesToThresholdAlerts < ActiveRecord::Migration[6.1]
  def change
    add_index :threshold_alerts, [:session_uuid, :sensor_name]
  end
end