Commit 936fb018 authored by Douwe Maan's avatar Douwe Maan Committed by Alejandro Rodríguez

Merge branch 'fix/pipeline-id-metrics-migration' into 'master'

Fix migration missing ignored transaction method

Adds missing `disable_ddl_transaction!` to migration

See merge request !7569
parent 673e7607
......@@ -4,6 +4,8 @@
class AddPipelineIdToMergeRequestMetrics < ActiveRecord::Migration
include Gitlab::Database::MigrationHelpers
disable_ddl_transaction!
# Set this constant to true if this migration requires downtime.
DOWNTIME = true
......
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