Skip to content

Remove DeletedRecord from partition manager

Adam Hegyi requested to merge remove-model-from-partition-manager into master

What does this MR do and why?

In !71718 (merged) we changed the LooseForeignKeys::DeletedRecord model from time-range partitioned table to list partitioned table.

Due to this change, we no longer need to register the model within the partition manager.

Related error in sentry: https://sentry.gitlab.net/gitlab/devgitlaborg/issues/2834057/

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Adam Hegyi

Merge request reports