Skip to content

Commit

Permalink
Update Documentation.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
GTRekter authored Aug 25, 2020
1 parent 376af6f commit 5968154
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .NET Core/Documentation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ Add-migration: It will scaffold the next migration for the changes you have made
Update-database: It will apply pending changes to the database based on latest scaffolding code file you created using "Add-Migration" command

example:
Add-migration -context OriginDbContext
update-database -context OriginDbContext
add-migration -context OriginDbContext
update-database -context OriginDbContext

0 comments on commit 5968154

Please sign in to comment.