After updating my web project which uses Slick and the H2 in-memory database to Play 2.6, I get an infinite loop of these messages:
Database 'default' needs evolution! [An SQL script need to be run on your database.]
Clicking "Apply this script now!" runs the SQL and restarts the app - but the prompt is simply displayed again as if it had never been applied in the first place. How can I fix this?