ParabolInc/parabol

Check for migration renames in CI and throw if it happens

Closed this issue · 1 comments

In the migration-order.yml CI check, we should look out for renamed migrations & throw if we find them

I think all delete operations in migrations should throw. This would include both renames, accidental deletes and rename + changes.