Commit 940948f9 authored by Stan Hu's avatar Stan Hu

Resolve conflicts in db/migrate/20180503193953_add_mirror_available_to_application_settings.rb

parent f13a1e5f
......@@ -10,10 +10,6 @@ class AddMirrorAvailableToApplicationSettings < ActiveRecord::Migration
end
def down
<<<<<<< HEAD
# ee/db/migrate/20171017125928_add_remote_mirror_available_to_application_settings.rb will remove the column.
=======
remove_column(:application_settings, :mirror_available) if column_exists?(:application_settings, :mirror_available)
>>>>>>> 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