chore(prisma): make TestcaseResult.output nullable in migration

This commit is contained in:
cfngc4594 2025-05-16 10:43:48 +08:00
parent 23a7e2e69e
commit 03f150214d

View File

@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "TestcaseResult" ALTER COLUMN "output" DROP NOT NULL;