Commit 523bbd73 authored by Małgorzata Ksionek's avatar Małgorzata Ksionek

Add cr remarks

parent 82bb88dd
...@@ -13,7 +13,7 @@ class AddNewSettingToNamespaceSetting < ActiveRecord::Migration[6.0] ...@@ -13,7 +13,7 @@ class AddNewSettingToNamespaceSetting < ActiveRecord::Migration[6.0]
def down def down
with_lock_retries do with_lock_retries do
remove_column :namespace_settings, :allow_mfa_for_subgroups, :boolean, default: true, null: false remove_column :namespace_settings, :allow_mfa_for_subgroups
end end
end end
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