davegaeddert
1 week, 4 days 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)