Remove column ignore rules for migrated PKs
What does this MR do and why?
This MR removes column ignore rules for the following tables:
- ci_builds
- ci_builds_metadata
- ci_job_artifacts
- ci_sources_pipelines
- events
- push_event_payloads
- taggings
All columns were removed in 14.4.
We also remove IgnorableColumns
module for models that no more have columns ignored, and had rules removed with !71161 (merged).
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Krasimir Angelov