Commit faeb2f3a authored by Grzegorz Bizon's avatar Grzegorz Bizon

Remove stage index concurrently on migration rollback

parent 7a2ad70f
...@@ -10,6 +10,6 @@ class CreateIndexInPipelineStages < ActiveRecord::Migration ...@@ -10,6 +10,6 @@ class CreateIndexInPipelineStages < ActiveRecord::Migration
end end
def down def down
remove_index(:ci_stages, [:pipeline_id, :name]) remove_concurrent_index(:ci_stages, [:pipeline_id, :name])
end end
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