CI validation
When we remove a batched background migration, we don't validate if a regular/post migration is using the batched background migration.
How to reproduce this issue:
- We generate a post migration where we call the batched background migration X
- We delete the batched background migration X
- We push these new changes
CI should not be green.
Example: !75745 (closed)
Edited by Diogo Frazão