revert database
All checks were successful
Build and Deploy API / build-and-deploy (push) Successful in 8s
All checks were successful
Build and Deploy API / build-and-deploy (push) Successful in 8s
This commit is contained in:
8
scripts/notes.txt
Normal file
8
scripts/notes.txt
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user