mirror of
https://github.com/massbug/judge4c.git
synced 2025-07-04 15:50: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 {
|
model TestcaseResult {
|
||||||
id String @id @default(cuid())
|
id String @id @default(cuid())
|
||||||
isCorrect Boolean
|
isCorrect Boolean
|
||||||
output String
|
output String?
|
||||||
timeUsage Int?
|
timeUsage Int?
|
||||||
memoryUsage Int?
|
memoryUsage Int?
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user