summaryrefslogtreecommitdiff
path: root/db/post_migrate/20180702120647_enqueue_fix_cross_project_label_links.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/post_migrate/20180702120647_enqueue_fix_cross_project_label_links.rb')
-rw-r--r--db/post_migrate/20180702120647_enqueue_fix_cross_project_label_links.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/post_migrate/20180702120647_enqueue_fix_cross_project_label_links.rb b/db/post_migrate/20180702120647_enqueue_fix_cross_project_label_links.rb
index 59aa41adede..3d3d49e7564 100644
--- a/db/post_migrate/20180702120647_enqueue_fix_cross_project_label_links.rb
+++ b/db/post_migrate/20180702120647_enqueue_fix_cross_project_label_links.rb
@@ -1,4 +1,4 @@
-class EnqueueFixCrossProjectLabelLinks < ActiveRecord::Migration
+class EnqueueFixCrossProjectLabelLinks < ActiveRecord::Migration[4.2]
include Gitlab::Database::MigrationHelpers
DOWNTIME = false