Last minute fixes
This commit is contained in:
@@ -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 '';
|
||||
@@ -153,6 +153,7 @@ model TeamMember {
|
||||
enum TextType {
|
||||
TEXT
|
||||
WORD
|
||||
CHAR
|
||||
NUMBER
|
||||
INTEGER
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user