summaryrefslogtreecommitdiff
path: root/db/post_migrate/20181014121030_enqueue_redact_links.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/post_migrate/20181014121030_enqueue_redact_links.rb')
-rw-r--r--db/post_migrate/20181014121030_enqueue_redact_links.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/post_migrate/20181014121030_enqueue_redact_links.rb b/db/post_migrate/20181014121030_enqueue_redact_links.rb
index 1ee4703c88a..8d1a840d594 100644
--- a/db/post_migrate/20181014121030_enqueue_redact_links.rb
+++ b/db/post_migrate/20181014121030_enqueue_redact_links.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true
-class EnqueueRedactLinks < ActiveRecord::Migration
+class EnqueueRedactLinks < ActiveRecord::Migration[4.2]
include Gitlab::Database::MigrationHelpers
DOWNTIME = false