Plain is headed towards 1.0! Subscribe for development updates →

davegaeddert

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)