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
+1
View File
@@ -166,6 +166,7 @@ model HuntQuest {
title_de String
description_en String @default("")
description_de String @default("")
isBingo Boolean @default(false)
question_en String?
question_de String?
location String?