Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 204 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 204 Bytes

kamafi-auth

Kamacharov Finance authentication and authorization

EF migrations

Add a migration

dotnet ef migrations add {MigrationName}

Update database

dotnet ef database update