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

Entry duplication on db_migration table #13

Closed thibaultmeyer closed 7 years ago

thibaultmeyer commented 7 years ago

Repeatable, when executed, create a new entry on db_migration table rather than update existing entry.

image

rbygrave commented 7 years ago

Originally I was happy to keep the "log" of when the repeatable migrations ran ... but in review I think it is better to be a bit more 'minimal' and treat this as a bug and not have the duplicate entries.

Fix in the commit just pushed.