Commit 230608e9 authored by Pawel Chojnacki's avatar Pawel Chojnacki

Remove concurrent index

parent 33f7c40f
...@@ -10,6 +10,6 @@ class AddCreatedAtIndexToDeployments < ActiveRecord::Migration ...@@ -10,6 +10,6 @@ class AddCreatedAtIndexToDeployments < ActiveRecord::Migration
end end
def down def down
remove_index :deployments, :created_at remove_concurrent_index :deployments, :created_at
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