Does anyone know how to change the output directory of the following command:
dotnet ef migrations add Initial --context EsportshubApi.Models.ApplicationDbContext
??
i tried to add the option:
--content-root-path 'Migrations/Identity'
but that doesn't do anything. There is a --data-dir option aswell and something else with directory, but none of them is the output for migrations.
My problem is that i have 2 DbContexts so i want their migrations separated.