summaryrefslogtreecommitdiff
path: root/db/migrate/20161212142807_add_lower_path_index_to_routes.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20161212142807_add_lower_path_index_to_routes.rb')
-rw-r--r--db/migrate/20161212142807_add_lower_path_index_to_routes.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20161212142807_add_lower_path_index_to_routes.rb b/db/migrate/20161212142807_add_lower_path_index_to_routes.rb
index 76db5179795..92a12dbc699 100644
--- a/db/migrate/20161212142807_add_lower_path_index_to_routes.rb
+++ b/db/migrate/20161212142807_add_lower_path_index_to_routes.rb
@@ -2,7 +2,7 @@
# for more information on how to write migrations for GitLab.
# rubocop:disable RemoveIndex
-class AddLowerPathIndexToRoutes < ActiveRecord::Migration
+class AddLowerPathIndexToRoutes < ActiveRecord::Migration[4.2]
include Gitlab::Database::MigrationHelpers
DOWNTIME = false