bad merge

This commit is contained in:
Connor Turland 2017-02-11 14:02:19 +00:00
parent b11a4c71d1
commit 014aaac307
3 changed files with 0 additions and 6 deletions

View file

@ -82,12 +82,6 @@ ActiveRecord::Schema.define(version: 20170209215911) do
create_table "follows", force: :cascade do |t|
t.integer "user_id"
<<<<<<< HEAD
t.boolean "email", default: true
t.boolean "app", default: true
t.boolean "push", default: true
=======
>>>>>>> develop
t.string "followed_type"
t.integer "followed_id"
t.datetime "created_at", null: false