Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2017-03-18 00:19:51 +0300
committerStan Hu <stanhu@gmail.com>2017-03-18 00:19:51 +0300
commit70f1fe6915549c94ea8bdf7ab1aed9c1c364415c (patch)
tree045db56cfe8296e8052192324e00aa4220a58aee /db/schema.rb
parent11a964ced475049de86f4f20a4dc96be5bcf6824 (diff)
parent5d71d9fb9d6ca89710549fbfef62d105d9544a30 (diff)
Merge branch 'master' into sh-bring-back-option-to-be-notified-of-own-activity
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/schema.rb b/db/schema.rb
index cef2f0b0510..61d965fc05f 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -1003,6 +1003,7 @@ ActiveRecord::Schema.define(version: 20170317131326) do
t.boolean "lfs_enabled"
t.text "description_html"
t.boolean "only_allow_merge_if_all_discussions_are_resolved"
+ t.boolean "printing_merge_request_link_enabled", default: true, null: false
end
add_index "projects", ["ci_id"], name: "index_projects_on_ci_id", using: :btree