Skip to content
This repository has been archived by the owner on Apr 8, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminsampica authored Jun 29, 2022
1 parent 5ff2e01 commit 0ba895b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ New migrations can be added to the database by:

1. Installing the dotnet ef tools via `dotnet tool install --global dotnet-ef`
2. Running the following command with a command line while inside the `/src/Server` folder
`dotnet ef migrations add {YourMigrationName} -o ./Infrastructure/Migrations --context ApplicationDbContext --project DynamoLeagueBlazor.Server.csproj

`dotnet ef migrations add {YourMigrationName} -o ./Infrastructure/Migrations --context ApplicationDbContext --project DynamoLeagueBlazor.Server.csproj`

0 comments on commit 0ba895b

Please sign in to comment.