-
Notifications
You must be signed in to change notification settings - Fork 0
djunaid/RiverBook
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
River Book application ConnectionString = Server=127.0.0.1;Port=5432;Database=myDataBase;Integrated Security=true; ### migration command dotnet ef migrations add InitialUsers -c UserDBContext -p ../RiverBooks.Users/RiverBooks.Users.csproj -s ./RiverBooks.Web.csproj -o Data/Migrations dotnet ef database update -c UserDBContext dotnet ef database update -c UserDBContext -p ../RiverBooks.Users/RiverBooks.Users.csproj -s ../RiverBooks.Web/RiverBooks.Web.csproj dotnet ef migrations add AddCartItems -c UserDBContext -p ../RiverBooks.Users/RiverBooks.Users.csproj -s ../RiverBooks.Web/RiverBooks.Web.csproj dotnet ef migrations add AddInitialOrder -c OrderDBContext -p ../RiverBooks.OrderProcessing/RiverBooks.OrderProcessing.csproj -s ../RiverBooks.Web/RiverBooks.Web.csproj
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published