An error occurred while fetching the assigned iteration of the selected issue.
Testing migrations with `update_column_in_batches`
We need to tests the migration better whenever update_column_in_batches
is used, because the underlying query might not run if there's nothing to update at all.
We hit into this in !11115 (merged) and it was reported on the merge request, and one week later again as #32647 (closed), just before we're about to tag %9.2.
The problem is, we're not using MySQL so we never really tried it with real data. Perhaps we should have a staging running on MySQL?