Commit 73cb71e4 authored by Stan Hu's avatar Stan Hu

Merge branch 'rubocop-fix-migration-two-factor-columns' into 'master'

Fixed rubocop failure for the add_two_factor_columns_migration

See merge request !10505
parents bc3b0418 29cd3b0b
......@@ -16,6 +16,6 @@ class AddTwoFactorColumnsToNamespaces < ActiveRecord::Migration
remove_column(:namespaces, :require_two_factor_authentication)
remove_column(:namespaces, :two_factor_grace_period)
remove_index(:namespaces, :require_two_factor_authentication) if index_exists?(:namespaces, :require_two_factor_authentication)
remove_concurrent_index(:namespaces, :require_two_factor_authentication) if index_exists?(:namespaces, :require_two_factor_authentication)
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment