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