Commit 6ccee496 authored by Imre Farkas's avatar Imre Farkas

Resolve conflict in db/schema.rb

parent 1723419b
......@@ -2657,13 +2657,10 @@ ActiveRecord::Schema.define(version: 20180529093006) do
t.boolean "notified_of_own_activity"
t.boolean "support_bot"
t.string "preferred_language"
<<<<<<< HEAD
t.boolean "email_opted_in"
t.string "email_opted_in_ip"
t.integer "email_opted_in_source_id"
t.datetime "email_opted_in_at"
=======
>>>>>>> upstream/master
t.integer "theme_id", limit: 2
t.integer "accepted_term_id"
t.string "feed_token"
......
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