feat(migration): add Migrate-To-V2.ps1 idempotent migration runner

This commit is contained in:
Joseph Doherty
2026-05-26 04:26:01 -04:00
parent 605dbf3dcc
commit c168c1c9c6
4 changed files with 3348 additions and 0 deletions

View File

@@ -11,6 +11,10 @@
<PackageReference Include="Akka.Hosting"/>
<PackageReference Include="Serilog.AspNetCore"/>
<PackageReference Include="Microsoft.Extensions.Hosting.WindowsServices" Condition="$([MSBuild]::IsOSPlatform('Windows'))"/>
<PackageReference Include="Microsoft.EntityFrameworkCore.Design">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
<ItemGroup>