mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-17 23:12:23 +00:00
feat(schema): add expectedOutput field to Testcase model
This commit is contained in:
parent
11fac9b3d6
commit
e2914d1e18
@ -0,0 +1,8 @@
|
||||
/*
|
||||
Warnings:
|
||||
|
||||
- Added the required column `expectedOutput` to the `Testcase` table without a default value. This is not possible if the table is not empty.
|
||||
|
||||
*/
|
||||
-- AlterTable
|
||||
ALTER TABLE "Testcase" ADD COLUMN "expectedOutput" TEXT NOT NULL;
|
Loading…
Reference in New Issue
Block a user