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

@@ -4,7 +4,7 @@
<Project Path="API/API.Specs/API.Specs.csproj" />
</Folder>
<Folder Name="/Database/">
<Project Path="Database/Database.Core/Database.Core.csproj" />
<Project Path="Database/Database.Migrations/Database.Migrations.csproj" />
<Project Path="Database/Database.Seed/Database.Seed.csproj" />
</Folder>
<Folder Name="/Repository/">