Change dir name for migrations, update docker config to seed db

This commit is contained in:
Aaron Po
2026-02-07 13:21:28 -05:00
parent 9bfbed9b92
commit e0af25f17c
28 changed files with 168 additions and 57 deletions

View File

@@ -16,9 +16,9 @@
<PackageReference Include="Microsoft.Data.SqlClient" Version="6.1.3" />
<PackageReference Include="dbup" Version="5.0.41" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Database.Core\Database.Core.csproj" />
<ProjectReference Include="..\Database.Migrations\Database.Migrations.csproj" />
<ProjectReference Include="..\..\Repository\Repository.Core\Repository.Core.csproj" />
</ItemGroup>
</Project>