mirror of
https://github.com/cfngc4594/monaco-editor-lsp-next.git
synced 2025-05-18 15:26:36 +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