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 8835dc8b7ba72f5e382b4ea2e565b9d410b2e635..eeb4b69b603e43086c6f2064be4c9fe41e91deb8 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