Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JavaEbean and evolutions #99

Closed
GBeushausen opened this issue May 16, 2020 · 3 comments
Closed

JavaEbean and evolutions #99

GBeushausen opened this issue May 16, 2020 · 3 comments
Labels

Comments

@GBeushausen
Copy link

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?

@mkurz
Copy link
Member

mkurz commented May 16, 2020

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.

@mkurz
Copy link
Member

mkurz commented May 23, 2020

@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.

@mkurz
Copy link
Member

mkurz commented Mar 4, 2023

@GBeushausen I assume this has been fixed, like I commented already. If not, please let us know.

@mkurz mkurz closed this as completed Mar 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants