Commit a58b3bd2 authored by Lin Jen-Shin's avatar Lin Jen-Shin

Resolve db/migrate/20180503193542_add_indexes_to_remote_mirror.rb

parent b37d0e6d
......@@ -10,10 +10,7 @@ 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.
=======
>>>>>>> upstream/master
# rubocop:disable Migration/RemoveIndex
remove_index :remote_mirrors, :last_successful_update_at if index_exists? :remote_mirrors, :last_successful_update_at
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