Commit 0a6d3533 authored by James Lopez's avatar James Lopez

fix migration missing ignored transaction method

parent f5b792e2
......@@ -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