Lieb-Website/Lieb/Migrations
2023-01-14 14:03:15 +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
20221203143537_RaidOwnerNullable.cs fixed deleting users 2022-12-03 16:24:06 +01:00
20221203143537_RaidOwnerNullable.Designer.cs fixed deleting users 2022-12-03 16:24:06 +01:00
20221203164723_RaidEventType.cs added EventType to raid 2022-12-03 17:59:29 +01:00
20221203164723_RaidEventType.Designer.cs added EventType to raid 2022-12-03 17:59:29 +01:00
20221205132556_RemovedRaidLog.cs removed RaidLogs 2022-12-05 14:28:04 +01:00
20221205132556_RemovedRaidLog.Designer.cs removed RaidLogs 2022-12-05 14:28:04 +01:00
20221205213924_ReworkedGW2Build.cs reworked Guild Wars 2 builds 2022-12-06 01:14:53 +01:00
20221205213924_ReworkedGW2Build.Designer.cs reworked Guild Wars 2 builds 2022-12-06 01:14:53 +01:00
20221206145056_AddLinkToGW2Build.cs Added Links to GW2Builds 2022-12-06 16:26:08 +01:00
20221206145056_AddLinkToGW2Build.Designer.cs Added Links to GW2Builds 2022-12-06 16:26:08 +01:00
20221207211355_AddUserCreatedAtLastSignUp.cs Added autodelete for users after one year inactivity 2022-12-08 17:37:00 +01:00
20221207211355_AddUserCreatedAtLastSignUp.Designer.cs Added autodelete for users after one year inactivity 2022-12-08 17:37:00 +01:00
20221208222423_AddReminderTypeGroup.cs Added group reminder 2022-12-08 23:27:26 +01:00
20221208222423_AddReminderTypeGroup.Designer.cs Added group reminder 2022-12-08 23:27:26 +01:00
20221209181937_AddRoleReminderTypeAndSubscription.cs Added signed up options for role reminder 2022-12-09 22:26:16 +01:00
20221209181937_AddRoleReminderTypeAndSubscription.Designer.cs Added signed up options for role reminder 2022-12-09 22:26:16 +01:00
20230114125113_PollsAndMinUsers.cs Added minUsers and Polls 2023-01-14 14:03:15 +01:00
20230114125113_PollsAndMinUsers.Designer.cs Added minUsers and Polls 2023-01-14 14:03:15 +01:00
LiebContextModelSnapshot.cs Added minUsers and Polls 2023-01-14 14:03:15 +01:00
readme.txt reworked Guild Wars 2 builds 2022-12-06 01:14:53 +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
1: revert to migration you want to keep
dotnet ef database update RemovedRaidLog
2: remove
dotnet ef migrations remove