summaryrefslogtreecommitdiff
path: root/db/post_migrate/20170518231126_fix_wrongly_renamed_routes.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/post_migrate/20170518231126_fix_wrongly_renamed_routes.rb')
-rw-r--r--db/post_migrate/20170518231126_fix_wrongly_renamed_routes.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/post_migrate/20170518231126_fix_wrongly_renamed_routes.rb b/db/post_migrate/20170518231126_fix_wrongly_renamed_routes.rb
index 3e952980866..28a2a2e01bf 100644
--- a/db/post_migrate/20170518231126_fix_wrongly_renamed_routes.rb
+++ b/db/post_migrate/20170518231126_fix_wrongly_renamed_routes.rb
@@ -2,7 +2,7 @@
# See http://doc.gitlab.com/ce/development/migration_style_guide.html
# for more information on how to write migrations for GitLab.
-class FixWronglyRenamedRoutes < ActiveRecord::Migration
+class FixWronglyRenamedRoutes < ActiveRecord::Migration[4.2]
include Gitlab::Database::RenameReservedPathsMigration::V1
DOWNTIME = false