Fix reference empty guid

This commit is contained in:
2023-10-23 21:42:56 +02:00
parent 3f538fc34e
commit 136ce48385
3 changed files with 9 additions and 5 deletions

View File

@@ -9,4 +9,8 @@ docker compose up
## Create the initial database
dotnet ef database update
## Create an migration script
dotnet ef migrations add <name>
dotnet ef migrations add <name>
TODO:
Backup docker volume database