Play Evolutions being applied with no change

I’m attempting to deploy a play application. I haven’t made changes to the database evolutions scripts since the last deployment but I’m getting the error that I need to apply evolutions. Does anyone know why this happens? Should I just skip evolutions?

Edit: I’m using 2.6 with slick

Does anyone have an answer for this? I’ve tried a totally new database and now again on redeployment without any database changes I get the error

Oops, cannot start the server.
@7bke1l455: Database 'default' is in an inconsistent state!

are you trying on fresh database without any tables or you don’t have a database created?