All checks were successful
Build and Deploy API / build-and-deploy (push) Successful in 8s
9 lines
254 B
Plaintext
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
|
|
|