Commit 78ca2362 authored by Sean Arnold's avatar Sean Arnold

Remove unused index

parent 78116ae3
......@@ -28,9 +28,6 @@ class CreateIncidentManagementPendingAlertEscalations < ActiveRecord::Migration[
CREATE INDEX index_incident_management_pending_alert_escalations_on_schedule_id
ON incident_management_pending_alert_escalations USING btree (schedule_id);
CREATE INDEX index_incident_management_pending_alert_escalations_on_process_at_id
ON incident_management_pending_alert_escalations USING btree (process_at, id);
ALTER TABLE incident_management_pending_alert_escalations ADD CONSTRAINT fk_rails_fcbfd9338b
FOREIGN KEY (schedule_id) REFERENCES incident_management_oncall_schedules(id) ON DELETE CASCADE;
......
......@@ -23636,8 +23636,6 @@ CREATE INDEX index_incident_management_oncall_shifts_on_participant_id ON incide
CREATE INDEX index_incident_management_pending_alert_escalations_on_alert_id ON ONLY incident_management_pending_alert_escalations USING btree (alert_id);
CREATE INDEX index_incident_management_pending_alert_escalations_on_process_ ON ONLY incident_management_pending_alert_escalations USING btree (process_at, id);
CREATE INDEX index_incident_management_pending_alert_escalations_on_rule_id ON ONLY incident_management_pending_alert_escalations USING btree (rule_id);
CREATE INDEX index_incident_management_pending_alert_escalations_on_schedule ON ONLY incident_management_pending_alert_escalations USING btree (schedule_id);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment