5 lines
147 B
PowerShell
5 lines
147 B
PowerShell
. "$PSScriptRoot\lib\common.ps1"
|
|
|
|
Write-Step "Applying EF Core migrations"
|
|
Invoke-DotNet run --project src/Cortex.Api/Cortex.Api.csproj -- migrate
|