Skip to content
Snippets Groups Projects
Commit 50b95f31 authored by Douwe Maan's avatar Douwe Maan
Browse files

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
parents 64db51b1 0a6d3533
No related branches found
No related tags found
No related merge requests found
Loading
@@ -4,6 +4,8 @@
Loading
@@ -4,6 +4,8 @@
class AddPipelineIdToMergeRequestMetrics < ActiveRecord::Migration class AddPipelineIdToMergeRequestMetrics < ActiveRecord::Migration
include Gitlab::Database::MigrationHelpers include Gitlab::Database::MigrationHelpers
   
disable_ddl_transaction!
# Set this constant to true if this migration requires downtime. # Set this constant to true if this migration requires downtime.
DOWNTIME = true DOWNTIME = true
   
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment