JavaEbean and evolutions
GBeushausen opened this issue · 3 comments
Though the JavaEbean examples does compile and run, if you add a value to a model, the app breaks because the evolution does not run and modify the database. This creates sql errors, cause the queries do not match the underlying database.
How can we get evolutions running with this example as it used to be with play 2.6?
Not 100% sure but there is a fix related to evolutions coming to Play 2.8.2: playframework/playframework#10030 Maybe this fixes your problem. Play 2.8.2 should be released in the week of 25th of May.
@GBeushausen Can you test again? The samples are updated to Play 2.8.2 already (#104). Please let us know if that works for you now.
@GBeushausen I assume this has been fixed, like I commented already. If not, please let us know.