summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorconnorshea <connor.james.shea@gmail.com>2016-04-09 11:28:47 -0600
committerconnorshea <connor.james.shea@gmail.com>2016-04-09 11:28:47 -0600
commitfb8afae1863c5daa6b1fbce04755fa573302b607 (patch)
tree4f811f7c98d5602e30b5b8bbde1e74e70c637caf /db
parentcedcc1453cbbd4a8ba43cf932b8765d891f19e0c (diff)
downloadgitlab-ce-fb8afae1863c5daa6b1fbce04755fa573302b607.tar.gz
Apparently I missed updating the schema.rb when removing the Twitter "Congrats" button
From commit 85cc1729596ac1e5b31d8cfa1daa07477db6033d
Diffstat (limited to 'db')
-rw-r--r--db/schema.rb3
1 files changed, 1 insertions, 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