Skip to content

DanielCEvans/MealPlanner.Provider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Learnings Along The Way

Database migrations:

remember when applying migrations and updating the datbase using ef core to specifiy the --project and --startup-project
e.g. dotnet ef migrations add AddUniqueConstraintToUserIngredient --project MealPlanner.Provider.Persistence/ --startup-project MealPlanner.Provider.Endpoint
dotnet ef database update --project MealPlanner.Provider.Persistence/ --startup-project MealPlanner.Provider.Endpoint

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published