revert database
All checks were successful
Build and Deploy API / build-and-deploy (push) Successful in 8s

This commit is contained in:
2026-03-21 17:16:17 -05:00
parent 826b654dc9
commit 9b4c2062a7
13 changed files with 92 additions and 848 deletions

8
scripts/notes.txt Normal file
View File

@@ -0,0 +1,8 @@
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