Since I updated my play 2.7 application to slick 3.3 and scala 2.13 it does not execute the evolutions at startup.
I think that is problem because in the logs I get this error: Table “PROJECT” not found; SQL statement:
select “ID”, “NAME” from “PROJECT” [42102-192].
It is interesting that this error occurs only after changing upgrading versions of some libraries (including slick) and scala as can be seen in this diff:
In the play27 branch the error mentioned above does not occur, in the scala2.13 branch the error occors.
@GBeushausen good to know! Then it is even more obvious that it is a real bug and not a configuration error.
I have created this issue on the slick repo: https://github.com/playframework/play-slick/issues/504 Could you add your finding to the issue if it is related? That way we could maybe narrow down the problem and get more attention.
@GBeushausen, we do care. I hope you understand that there many other issues requiring our attention and sometimes we miss something.
We also have many channels: Gitter, Discuss and GitHub. If you search for it, you will find that there was an issue in GitHub followed by a PR to make it easier to work around it.
And again another discussion here with a long explanation about why this is happening.
Different people looked at it at different moments, in their free time, to try to help. Unfortunately, that didn’t help you in time.