In the Play 2.3.x documentation on Evolutions it says
In development mode however it is often simpler to simply trash your development database and reapply all evolutions from the beginning.
However it doesn't give instructions on how to do this. Is there some kind of activator command I can use to do this? How can I reset and reapply evolutions?
Thanks!
Update: I would prefer not to have to mess with my DB manually, but it seems like that's the only way