From a1da4104a103050eb1f181e6f50a0a13101d9cbf Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Wed, 29 May 2019 21:21:58 -0700 Subject: [PATCH] Use Rails migration v5.0 for GitLab 11.9 --- ..._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 -- GitLab