BigW Consortium Gitlab

Commit 88567c35 by Kamil Trzciński Committed by kushalpandya

Merge branch 'fix/gb/improve-autocancel-pipelines-migraton' into 'master'

Disable statement timeout in CI pipelines migration See merge request !12268
parent ee917c0a
......@@ -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