This is my first day working with the Play framework, and it's hard for me with evolution. I am using Play 2.4.
I chose the example of the many applications that appear activator ui
, it uses play-slick
and play-slick-evolutions
to connect to the database and evolution.
I looked through the docs but can't find a way to start evolution from the command line. When I run activator
on bash, they throw me into the shell and help
say nothing about running evolutions or smooth ones.
I've been doing PHP for a while, so I'm used to running them up / down from the command line. I can delete the tables from the database client and activator run
which should encourage me to start evolution, but I'm looking for the right, manual way to do this. I believe this is possible, as it should be done during deployment.
source
share