.NET 10 EF Core Postgres Migrations always Fail, __MigrationsHistory doesn't get filled
I'm so frustrated, I've already wasted the last hour trying to fix this.
So I migrate the DB at the beginning like this:
When I ran it locally it always worked. I had multiple migrations so I thought maybe that was the issue. It seemed like the
When running it completely new using my docker compose it threw the exceptions... You can gladly check my repo here and run it yourself: https://github.com/baltermia/study-companion
The error is attached as a file (discord did that automatiacally somehow)
Any help will be well appereciated
So I migrate the DB at the beginning like this:
When I ran it locally it always worked. I had multiple migrations so I thought maybe that was the issue. It seemed like the
Calender Table was added multiple times. But removing all Migrations and adding a Single one didn't change anything.When running it completely new using my docker compose it threw the exceptions... You can gladly check my repo here and run it yourself: https://github.com/baltermia/study-companion
The error is attached as a file (discord did that automatiacally somehow)
Any help will be well appereciated
GitHub
Contribute to baltermia/study-companion development by creating an account on GitHub.