Update schema.rb

This commit is contained in:
Connor Turland 2017-02-11 00:03:17 -05:00 committed by GitHub
parent de53e19d08
commit 8333d7343c

View file

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