From 8333d7343c3332a737a5778bb98ba24cc8389fd4 Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Sat, 11 Feb 2017 00:03:17 -0500 Subject: [PATCH] Update schema.rb --- db/schema.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/db/schema.rb b/db/schema.rb index f86eb43e..66bbf9cd 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -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