Commit ef51dddc authored by Alper Akgun's avatar Alper Akgun

Fix remove-concurrent-index-by-name argument issue

parent d9aca16a
...@@ -14,6 +14,6 @@ class AddPartialIndexOnLockedStateIdToMergeRequests < ActiveRecord::Migration[6. ...@@ -14,6 +14,6 @@ class AddPartialIndexOnLockedStateIdToMergeRequests < ActiveRecord::Migration[6.
end end
def down def down
remove_concurrent_index_by_name :merge_requests, name: INDEX_NAME remove_concurrent_index_by_name :merge_requests, INDEX_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