mirror of
https://github.com/massbug/judge4c.git
synced 2025-07-04 07:40:51 +00:00
fix(prisma): make TestcaseResult.output field optional
This commit is contained in:
parent
9443ab6d6d
commit
23a7e2e69e
@ -168,7 +168,7 @@ model TestcaseInput {
|
||||
model TestcaseResult {
|
||||
id String @id @default(cuid())
|
||||
isCorrect Boolean
|
||||
output String
|
||||
output String?
|
||||
timeUsage Int?
|
||||
memoryUsage Int?
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user