this is an ASP.NET backend API for a Community Training applicaiton
Use SQL Server Management Studio for checking the database changes
after every database change invoking change in the code:
-
delete the "migrations" folder
-
open the "package manager consol":
2.1 add-migration
2.1.1 give a name for it
2.2 update-database
in appsettings.json: refactor the database nam "CommunityTrainingData" (2 occurance) refactor in program.cs the reference for it (reactor "CommunityTrainingData")