feat(hunt): Add bingo board to hunts
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE "public"."HuntQuest" ADD COLUMN "isBingo" BOOLEAN NOT NULL DEFAULT false;
|
||||
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user