feat: Add initial database migration with FluentMigrator

This commit is contained in:
2025-07-01 11:25:37 -03:00
parent 656137f2bc
commit 075710287d
3 changed files with 108 additions and 3 deletions

View File

@@ -14,6 +14,7 @@
<ItemGroup>
<ProjectReference Include="..\Mercados.Infrastructure\Mercados.Infrastructure.csproj" />
<ProjectReference Include="..\Mercados.Database\Mercados.Database.csproj" />
</ItemGroup>
</Project>