From 3b9c047f0ede435b675dd8b6f01600753478a03b Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Wed, 29 May 2019 21:21:58 -0700 Subject: Use Rails migration v5.0 for GitLab 11.10 --- ...2545_add_dns_rebinding_protection_enabled_to_application_settings.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/migrate/20190529142545_add_dns_rebinding_protection_enabled_to_application_settings.rb b/db/migrate/20190529142545_add_dns_rebinding_protection_enabled_to_application_settings.rb index 8835dc8b7ba..eeb4b69b603 100644 --- a/db/migrate/20190529142545_add_dns_rebinding_protection_enabled_to_application_settings.rb +++ b/db/migrate/20190529142545_add_dns_rebinding_protection_enabled_to_application_settings.rb @@ -3,7 +3,7 @@ # See http://doc.gitlab.com/ce/development/migration_style_guide.html # for more information on how to write migrations for GitLab. -class AddDnsRebindingProtectionEnabledToApplicationSettings < ActiveRecord::Migration[5.1] +class AddDnsRebindingProtectionEnabledToApplicationSettings < ActiveRecord::Migration[5.0] include Gitlab::Database::MigrationHelpers DOWNTIME = false -- cgit v1.2.1