feat(hunt): Add bingo board to hunts

This commit is contained in:
2026-08-07 18:59:24 +02:00
parent 8e5e60da87
commit 28714a8cbc
15 changed files with 251 additions and 69 deletions
@@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "public"."HuntQuest" ADD COLUMN "isBingo" BOOLEAN NOT NULL DEFAULT false;