Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 509 Bytes

DEVELOPER.md

File metadata and controls

19 lines (12 loc) · 509 Bytes

Development

Application architectural diagram~~~~

alt text

EF Core Migrations~~~~

Add migration:

dotnet ef -p .\src\Notifon.Server.Database\ -s .\src\Notifon.Server\ migrations add MIGRATION_NAME

Remove last migration:

dotnet ef -p .\src\Notifon.Server.Database\ -s .\src\Notifon.Server\ migrations remove