So I deployed my Play App to the Heroku Service. The app needs to be connected the Postgresql Database.
So when I try to run the App on the Heroku Service, I get the error:
play.api.db.evolutions.DefaultEvolutionsApi - ERROR: relation "fixed_data" already exists [ERROR:0, SQLSTATE:42P07]
Database 'default' is in an inconsistent state!
I think I have to mark it as solved. And when I run the application locally on my computer that just works fine. But how can I mark it as resolved on the heroku service? Is there some kind of -Dplay.automark=true command or something like that? Or would it help if I completely disable the evolutions, and if so how can I do that?
Thanks in Adavance
Stefan