ebean-orm / ebean-migration

DB Migration runner (similar to Flyway) which can be used standalone or with Ebean (run migrations on EbeanServer start)
Apache License 2.0
9 stars 5 forks source link

Only commit on migration completion #29

Closed rbygrave closed 7 years ago

rbygrave commented 7 years ago

Such that the lock is held. Otherwise need to renew the lock for each migration step.