Commit f13a1e5f authored by Stan Hu's avatar Stan Hu

Resolve conflicts in db/migrate/20180503193542_add_indexes_to_remote_mirror.rb

parent 3a22098d
......@@ -10,10 +10,6 @@ class AddIndexesToRemoteMirror < ActiveRecord::Migration
end
def down
<<<<<<< HEAD
# ee/db/migrate/20170208144550_add_index_to_mirrors_last_update_at_fields.rb will remove the index.
=======
remove_index :remote_mirrors, :last_successful_update_at if index_exists? :remote_mirrors, :last_successful_update_at
>>>>>>> upstream/master
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