Commit 8df81668 authored by Douglas Barbosa Alexandre's avatar Douglas Barbosa Alexandre Committed by Robert Speicher

Fix Rubocop offenses

parent 944f08a0
...@@ -10,6 +10,6 @@ class AddIndexToLastRepositoryUpdatedAtOnProjects < ActiveRecord::Migration ...@@ -10,6 +10,6 @@ class AddIndexToLastRepositoryUpdatedAtOnProjects < ActiveRecord::Migration
end end
def down def down
remove_index(:projects, :last_repository_updated_at) if index_exists?(:projects, :last_repository_updated_at) remove_concurrent_index(:projects, :last_repository_updated_at) if index_exists?(:projects, :last_repository_updated_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