summaryrefslogtreecommitdiff
path: root/db/migrate/20161018024550_remove_priority_from_labels.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20161018024550_remove_priority_from_labels.rb')
-rw-r--r--db/migrate/20161018024550_remove_priority_from_labels.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20161018024550_remove_priority_from_labels.rb b/db/migrate/20161018024550_remove_priority_from_labels.rb
index b7416cca664..a7c8d13c630 100644
--- a/db/migrate/20161018024550_remove_priority_from_labels.rb
+++ b/db/migrate/20161018024550_remove_priority_from_labels.rb
@@ -1,4 +1,4 @@
-class RemovePriorityFromLabels < ActiveRecord::Migration
+class RemovePriorityFromLabels < ActiveRecord::Migration[4.2]
include Gitlab::Database::MigrationHelpers
DOWNTIME = true