mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-18 07:16:34 +00:00
feat(prisma): add ExitCode enum to schema
This commit is contained in:
parent
2e7f9540fe
commit
eef2df3eb4
@ -0,0 +1,2 @@
|
|||||||
|
-- CreateEnum
|
||||||
|
CREATE TYPE "ExitCode" AS ENUM ('SE', 'CS', 'CE', 'TLE', 'MLE', 'RE', 'AC', 'WA');
|
Loading…
Reference in New Issue
Block a user