Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 401 Bytes

File metadata and controls

12 lines (8 loc) · 401 Bytes

Git-Ting

Eitt stað borgarar kunnu fylgja við hvussu lógin verður broytt og av hvørjum

Developers

Adding Migration

Navigate to the DAL directory and run the following command on Windows Powershell. Remember to name the migration appropriately.

dotnet ef migrations add {Name the migration here} -s ../API/API.csproj

Updating the Database

dotnet ef database update --project API