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:
authorAlejandro Rodríguez <alejorro70@gmail.com>2016-11-11 20:23:08 +0300
committerAlejandro Rodríguez <alejorro70@gmail.com>2016-11-11 21:34:00 +0300
commit591f10f6bd8d92e083fbc3c691c874e62144ba25 (patch)
treecb9ae0ebb8722b7e60308fb5df0e5088f9b511c0 /db/schema.rb
parent67041e63c283fe4586251fdc56eaa02cc9a22241 (diff)
Update 8.14-rc1 migrations to minimize downtime and deploy time
See https://gitlab.com/gitlab-org/gitlab-ce/issues/24386
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 64d744d8268..9db61635f8e 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -912,7 +912,7 @@ ActiveRecord::Schema.define(version: 20161109150329) do
t.boolean "has_external_wiki"
t.boolean "lfs_enabled"
t.text "description_html"
- t.boolean "only_allow_merge_if_all_discussions_are_resolved", default: false, null: false
+ t.boolean "only_allow_merge_if_all_discussions_are_resolved"
end
add_index "projects", ["ci_id"], name: "index_projects_on_ci_id", using: :btree