Skip to content

Ignore remaining columns related to `policy_scope`

What does this MR do and why?

In !146086 (comment 1805142235) we ignored the namespace_settings.toggle_security_policies_policy_scope column. This columns was added in !139911 (merged) using add_cascading_namespace_setting which adds four columns.

This MR ignores the other columns prior to removal:

  • namespace_settings.lock_toggle_security_policies_policy_scope
  • application_settings.toggle_security_policies_policy_scope
  • application_settings.lock_toggle_security_policies_policy_scope

2024-07-12 is the end of %17.2

Related to #448494

Edited by Dominic Bauer

Merge request reports