Lieb-Website/Lieb/Migrations
Sarah Faey dc2563e16c added needed rights for slash commands
added functions for account select in the bot
2022-11-29 00:04:22 +01:00
..
20221122212214_InitialCreate.cs added database migrations 2022-11-22 22:37:24 +01:00
20221122212214_InitialCreate.Designer.cs added database migrations 2022-11-22 22:37:24 +01:00
20221128221654_AddAlwaysSignUpWithMainAccount.cs added needed rights for slash commands 2022-11-29 00:04:22 +01:00
20221128221654_AddAlwaysSignUpWithMainAccount.Designer.cs added needed rights for slash commands 2022-11-29 00:04:22 +01:00
LiebContextModelSnapshot.cs added needed rights for slash commands 2022-11-29 00:04:22 +01:00
readme.txt added database migrations 2022-11-22 22:37:24 +01:00

https://learn.microsoft.com/en-us/aspnet/core/data/ef-rp/migrations?view=aspnetcore-6.0&tabs=visual-studio-code

open ProjectFolder in Terminal
dotnet ef migrations add InitialCreate

remove migrations with 
dotnet ef migrations remove