dotnet ef migrations add "Initial Rebase" --project JassSpace.Data --startup-project JassSpace.Apidotnet ef database update --project JassSpace.Data --startup-project JassSpace.ApiWhen the API is started through docker-compose.yml, pending EF Core migrations are applied automatically on server startup because ApplyMigrationsOnStartup=true is set for the dotnet service.