Resolve conflict on db/schema.rb

parent d6b41223
...@@ -184,7 +184,6 @@ ActiveRecord::Schema.define(version: 20180320182229) do ...@@ -184,7 +184,6 @@ ActiveRecord::Schema.define(version: 20180320182229) do
t.string "external_authorization_service_url" t.string "external_authorization_service_url"
t.string "external_authorization_service_default_label" t.string "external_authorization_service_default_label"
t.boolean "pages_domain_verification_enabled", default: true, null: false t.boolean "pages_domain_verification_enabled", default: true, null: false
<<<<<<< HEAD
t.float "external_authorization_service_timeout", default: 0.5, null: false t.float "external_authorization_service_timeout", default: 0.5, null: false
t.boolean "allow_local_requests_from_hooks_and_services", default: false, null: false t.boolean "allow_local_requests_from_hooks_and_services", default: false, null: false
end end
...@@ -215,9 +214,6 @@ ActiveRecord::Schema.define(version: 20180320182229) do ...@@ -215,9 +214,6 @@ ActiveRecord::Schema.define(version: 20180320182229) do
t.integer "user_id", null: false t.integer "user_id", null: false
t.datetime "created_at" t.datetime "created_at"
t.datetime "updated_at" t.datetime "updated_at"
=======
t.boolean "allow_local_requests_from_hooks_and_services", default: false, null: false
>>>>>>> upstream/master
end end
add_index "approvers", ["target_id", "target_type"], name: "index_approvers_on_target_id_and_target_type", using: :btree add_index "approvers", ["target_id", "target_type"], name: "index_approvers_on_target_id_and_target_type", using: :btree
......
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