Files
agologum/scripts/notes.txt
Blitblank 9b4c2062a7
All checks were successful
Build and Deploy API / build-and-deploy (push) Successful in 8s
revert database
2026-03-21 17:16:17 -05:00

9 lines
254 B
Plaintext

Resetting the database (for dev):
> set development evironment (specify non-docker network and db password)
> dotnet ef database drop
> dotnet ef migrations remove
> if above errors, dotnet ef database update 0
> dotnet ef migrations add InitialCreate