Commit 1a453b95 authored by Stan Hu's avatar Stan Hu

Resolve conflicts in db/migrate/20180503131624_create_remote_mirrors.rb

parent da52818e
...@@ -28,10 +28,6 @@ class CreateRemoteMirrors < ActiveRecord::Migration ...@@ -28,10 +28,6 @@ class CreateRemoteMirrors < ActiveRecord::Migration
end end
def down def down
<<<<<<< HEAD
# ee/db/migrate/20160321161032_create_remote_mirrors_ee.rb will remove the table # ee/db/migrate/20160321161032_create_remote_mirrors_ee.rb will remove the table
=======
drop_table(:remote_mirrors) if table_exists?(:remote_mirrors)
>>>>>>> upstream/master
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