summaryrefslogtreecommitdiff
path: root/db/migrate/20171204204233_add_permanent_to_redirect_route.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20171204204233_add_permanent_to_redirect_route.rb')
-rw-r--r--db/migrate/20171204204233_add_permanent_to_redirect_route.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20171204204233_add_permanent_to_redirect_route.rb b/db/migrate/20171204204233_add_permanent_to_redirect_route.rb
index f3ae471201e..bc0658035d6 100644
--- a/db/migrate/20171204204233_add_permanent_to_redirect_route.rb
+++ b/db/migrate/20171204204233_add_permanent_to_redirect_route.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 AddPermanentToRedirectRoute < ActiveRecord::Migration
+class AddPermanentToRedirectRoute < ActiveRecord::Migration[4.2]
include Gitlab::Database::MigrationHelpers
disable_ddl_transaction!