You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
678 B
20 lines
678 B
Set-Location ".\migrations\LY.MicroService.BackendAdmin.EntityFrameworkCore"
|
|
dotnet ef database update
|
|
|
|
Set-Location "..\LY.MicroService.Platform.EntityFrameworkCore"
|
|
dotnet ef database update
|
|
|
|
Set-Location "..\LY.MicroService.LocalizationManagement.EntityFrameworkCore"
|
|
dotnet ef database update
|
|
|
|
Set-Location "..\LY.MicroService.RealtimeMessage.EntityFrameworkCore"
|
|
dotnet ef database update
|
|
|
|
Set-Location "..\LY.MicroService.IdentityServer.EntityFrameworkCore"
|
|
dotnet ef database update
|
|
|
|
Set-Location "..\LY.MicroService.TaskManagement.EntityFrameworkCore"
|
|
dotnet ef database update
|
|
|
|
Set-Location "..\LY.MicroService.AuthServer.EntityFrameworkCore"
|
|
dotnet ef database update
|
|
|