From fb8afae1863c5daa6b1fbce04755fa573302b607 Mon Sep 17 00:00:00 2001 From: connorshea Date: Sat, 9 Apr 2016 11:28:47 -0600 Subject: [PATCH] Apparently I missed updating the schema.rb when removing the Twitter "Congrats" button From commit 85cc1729596ac1e5b31d8cfa1daa07477db6033d --- db/schema.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/db/schema.rb b/db/schema.rb index e63e22ce864..ec235c19131 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -11,7 +11,7 @@ # # It's strongly recommended that you check this file into your version control system. -ActiveRecord::Schema.define(version: 20160331133914) do +ActiveRecord::Schema.define(version: 20160331223143) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql" @@ -44,7 +44,6 @@ ActiveRecord::Schema.define(version: 20160331133914) do t.datetime "updated_at" t.string "home_page_url" t.integer "default_branch_protection", default: 2 - t.boolean "twitter_sharing_enabled", default: true t.text "restricted_visibility_levels" t.boolean "version_check_enabled", default: true t.integer "max_attachment_size", default: 10, null: false