Check for migration renames in CI and throw if it happens
Closed this issue · 1 comments
mattkrick commented
In the migration-order.yml CI check, we should look out for renamed migrations & throw if we find them
Dschoordsch commented
I think all delete operations in migrations should throw. This would include both renames, accidental deletes and rename + changes.