EF Core Database Update fails - sp_releaseapplock
Using MySql.EntityFrameworkCore 9.0.0 and running a local database in docker, I am getting the following error when running the Database Update.
If I generate the script and run it manually it works just fine. I've tried a few different versions to no avail and there seems to be very little information online for something similar to this. Any ideas would be greatly appreciated.

1 Reply
you say MySQL, but sp_getapplock would come from a migration generated for SQL Server