Remove completed partition_id migrations
What does this MR do and why?
These migrations were used on .com to fix data for #387301 (closed). This was limited only to .com because we removed the wrong migrations before being released.
They were completed a long time ago and they will be squashed for #414735 (closed), but their tests depend on ci_builds
and we need to enable a query analyzer to make sure that all queries use p_ci_builds
instead. So it's easier to remove the migrations over mending the tests.
Related to #398134 (closed)
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
Before | After |
---|---|
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
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.