CodeLiturgy.Dashboard/BlueWest.Api/UpdateContexts.bash

7 lines
191 B
Bash
Raw Normal View History

2022-09-10 07:12:03 +03:00
dotnet ef database update -c ApplicationUserDbContext
dotnet ef database update -c CountryDbContext
dotnet ef database update -c CompanyDbContext
dotnet ef database update -c UserDbContext