-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Hi! Thanks for the shard!
Sometimes I make changes to the logic in a way that's incompatible with rollbacks. I.e: unifying multiple tables or rewriting the insertion logic in a way that renders something redundant.
In these cases, I currently have the migration file like so:
-- drift:migrate
drop table if exists temp_gacha_history;
-- drift:rollbackIt would be cool to be able to mark rollback as impossible, so that it throws an error if it is attempted.
Metadata
Metadata
Assignees
Labels
No labels