Commit 3ad076b7 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Disable statement timeout in CI pipelines migration

parent 9fe6c2b2
......@@ -7,6 +7,8 @@ class EnableAutoCancelPendingPipelinesForAll < ActiveRecord::Migration
DOWNTIME = false
def up
disable_statement_timeout
update_column_in_batches(:projects, :auto_cancel_pending_pipelines, 1)
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment