We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
sbt test
Hi~ I've set my applications with below settings in test/resources/application.conf:
test/resources/application.conf
play.evolutions.enabled =true evolutionplugin = enabled play.evolutions.autoApply=true play.evolutions.db.default.enabled = true play.evolutions.db.default.autoApply = true
However, the evolutions just don't work. I'm wondering how to make it work so that I can have my CI run smoothly without any manual operation.
Thanks in advance. I'm using play 2.5.10, play-slick and evolution 2.0.2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi~ I've set my applications with below settings in
test/resources/application.conf
:However, the evolutions just don't work. I'm wondering how to make it work so that I can have my CI run smoothly without any manual operation.
Thanks in advance. I'm using play 2.5.10, play-slick and evolution 2.0.2
The text was updated successfully, but these errors were encountered: