v0.160.0
Plain davegaeddert
Plain
by davegaeddert
10 months, 3 weeks 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)