Last minute fixes

This commit is contained in:
2025-10-01 00:31:31 +02:00
parent 66f1f5f336
commit 146e48d42d
10 changed files with 34 additions and 111 deletions
@@ -0,0 +1,6 @@
-- AlterEnum
ALTER TYPE "public"."TextType" ADD VALUE 'CHAR';
-- AlterTable
ALTER TABLE "public"."HuntQuest" ALTER COLUMN "description_de" SET DEFAULT '',
ALTER COLUMN "description_en" SET DEFAULT '';
+1
View File
@@ -153,6 +153,7 @@ model TeamMember {
enum TextType {
TEXT
WORD
CHAR
NUMBER
INTEGER
}