Run Evolutions in Command Line
It's my first day tinkering with the Play framework, and I'm having a hard time with evolutions. I'm using Play 2.4. I picked a sample app from the many that come up in activator ui , it uses play-slick and play-slick-evolutions for DB connection and evolutions. I've perused the docs , but I can't seem to find a way to run the evolutions from the command line. When I run activator on bash I get thrown into a shell, and the help doesn't bring up anything about running evolutions, or slick. I've been doing PHP for a while, so I'm used to being able to run these up/down from the command line. I