davegaeddert
1 month ago
Plain migrations now automatically roll back if one fails
Previously, if you tried to deploy a series of migrations at once, and some succeeded before one failed, you could end up in a state where the database changed but the code wasn't deployed (in a typical deploy method)