TBA
The storage bounded context serves as example:
- Ensure dotnet EF tooling is installed with
dotnet tool install --global dotnet-ef
- Navigate to the Modules/Storage/Infrastructure project folder
- Execute the migration command
dotnet ef migrations add "migration-name" --startup-project ..\..\..\Api -o Configuration\DataAccess\Migrations