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 '';
|
||||
Reference in New Issue
Block a user