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:
authorKamil Trzciński <ayufan@ayufan.eu>2017-05-15 14:56:59 +0300
committerKamil Trzciński <ayufan@ayufan.eu>2017-05-15 14:56:59 +0300
commitd6ba5530b55a32137f14760e59b991ae900d2f53 (patch)
tree20487fcc095a75f306ab4bc06b7a3446a78b6954 /db/schema.rb
parent743cde02c37490396f9c5d2822406ce66190c751 (diff)
parent20ece0aac37ab38c6207bd3d0a4c6276275fb049 (diff)
Merge branch 'enable-auto-cancelling-by-default' into 'master'
Make auto-cancelling pending pipelines on by default Closes #30656 See merge request !11023
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 4aaf3642173..a683521c84b 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -988,7 +988,7 @@ ActiveRecord::Schema.define(version: 20170508190732) do
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
- t.integer "auto_cancel_pending_pipelines", default: 0, null: false
+ t.integer "auto_cancel_pending_pipelines", default: 1, null: false
t.string "import_jid"
t.integer "cached_markdown_version"
t.datetime "last_repository_updated_at"