Skip to content

Resolve "Remove RestrictAllowedSchemas.with_suppressed from db/post_migrate/20240209153920_queue_purge_security_scans_with_empty_finding_data.rb"

What does this MR do and why?

While migrating tables to the new gitlab_sec database, we temporarily needed to suppress the restriction of allowed schema during certain migrations where not all tables had yet been transitioned.

This merge request removes the temporary impression of the schema restriction, as it is no longer necessary following the completion of the table migrations.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #477986 (closed)

Edited by Schmil Monderer

Merge request reports