Lieb-Website/Lieb/Migrations/readme.txt
Sarah Faey 90794ed4a2 reworked Guild Wars 2 builds
total rework of RandomizeWithBoons
2022-12-06 01:14:53 +01:00

10 lines
No EOL
320 B
Text

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