Library stuff.
View Project ยป
Issues
If you make changes to the application database context, follow these steps to update the migrations:
Migrations
** folder in the project directory.dotnet ef migrations add Init
This will create a new initial migration reflecting the changes to the database context.
File > Clone Repository
, and enter:
https://github.com/SP-SDU/GameLibrary
main
and create a new branch (e.g., add-login-feature
).Push origin
.main
as the base branch, and tag a teammate for review.For more details, see GitHub Flow.
Join the Discord server for discussions and updates.
Distributed under the Apache 2.0 License. See LICENSE for details.