summaryrefslogtreecommitdiff
path: root/db/post_migrate/20170907170235_delete_conflicting_redirect_routes.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/post_migrate/20170907170235_delete_conflicting_redirect_routes.rb')
-rw-r--r--db/post_migrate/20170907170235_delete_conflicting_redirect_routes.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/post_migrate/20170907170235_delete_conflicting_redirect_routes.rb b/db/post_migrate/20170907170235_delete_conflicting_redirect_routes.rb
index 033019c398e..95abf2474dd 100644
--- a/db/post_migrate/20170907170235_delete_conflicting_redirect_routes.rb
+++ b/db/post_migrate/20170907170235_delete_conflicting_redirect_routes.rb
@@ -1,7 +1,7 @@
# See http://doc.gitlab.com/ce/development/migration_style_guide.html
# for more information on how to write migrations for GitLab.
-class DeleteConflictingRedirectRoutes < ActiveRecord::Migration
+class DeleteConflictingRedirectRoutes < ActiveRecord::Migration[4.2]
def up
# No-op.
# See https://gitlab.com/gitlab-com/infrastructure/issues/3460#note_53223252