Lieb-Website/Lieb/Migrations
Sarah Faey 893ec1f16d fixed crash when deleting Raids
removed Raid from Reminders and DiscordMessages
2022-11-29 23:59:28 +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
20221129223320_RemovedRaidFromDiscordMessage.cs fixed crash when deleting Raids 2022-11-29 23:59:28 +01:00
20221129223320_RemovedRaidFromDiscordMessage.Designer.cs fixed crash when deleting Raids 2022-11-29 23:59:28 +01:00
LiebContextModelSnapshot.cs fixed crash when deleting Raids 2022-11-29 23:59:28 +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