fix(treasurechest): make parentId actually null/nil instead of uuid.Nil
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 5m0s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 5m25s

This commit was merged in pull request #117.
This commit is contained in:
2025-05-19 19:56:06 +02:00
parent b18863038c
commit 7a691ec263
8 changed files with 54 additions and 39 deletions

View File

@@ -0,0 +1,3 @@
UPDATE treasure_chest
SET parent_id = NULL
WHERE parent_id = "00000000-0000-0000-0000-000000000000";