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
path: root/db
diff options
context:
space:
mode:
authorLuke "Jared" Bennett <lbennett@gitlab.com>2017-10-01 18:45:48 +0300
committerLuke "Jared" Bennett <lbennett@gitlab.com>2017-10-01 18:45:48 +0300
commit00ee7a9f27d3d00936127957eb3c99f803d3e880 (patch)
treee3a2631a7e68c92a751eeb991d8a15dd7d0a3826 /db
parentfe96bd416c0556cac5da7a178264340798a74fbf (diff)
FE review changes app code
Diffstat (limited to 'db')
-rw-r--r--db/schema.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/schema.rb b/db/schema.rb
index c93fe7bea73..a706eb2a04e 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -1218,6 +1218,7 @@ ActiveRecord::Schema.define(version: 20170921115009) do
t.datetime "last_repository_updated_at"
t.integer "storage_version", limit: 2
t.boolean "resolve_outdated_diff_discussions"
+ t.boolean "merge_requests_ff_only_enabled", default: false, null: false
end
add_index "projects", ["ci_id"], name: "index_projects_on_ci_id", using: :btree