Skip to content
This repository was archived by the owner on Jul 10, 2024. It is now read-only.

Commit 0a6b078

Browse files
AndriySvyryddavidfowl
authored andcommitted
Add PMC instructions (#69)
1 parent 19358d9 commit 0a6b078

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/2. Build out BackEnd and Refactor.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,15 @@ Okay, now we need to update our `ApplicationDbContext` so Entity Framework knows
420420
1. Ensure that the application builds now.
421421

422422
## Add a new database migration
423+
424+
### Visual Studio: Package Manager Console
425+
1. Run the following commands in the Package Manager Console
426+
```console
427+
Add-Migration Refactor
428+
Update-Database
429+
```
430+
431+
### Command line
423432
1. Run the following commands in the command prompt in the `BackEnd` project directory:
424433
```console
425434
dotnet ef migrations add Refactor

0 commit comments

Comments
 (0)