Commit 1df1bcb4 authored by allison.browne's avatar allison.browne

Change down migration to use remove_concurrent_index

parent 69bd9501
......@@ -12,6 +12,6 @@ class AddIndexToZoomMeetings < ActiveRecord::Migration[5.2]
end
def down
remove_index(:zoom_meetings, :issue_status) if index_exists?(:zoom_meetings, :issue_status)
remove_concurrent_index :zoom_meetings, :issue_status if index_exists?(:zoom_meetings, :issue_status)
end
end
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