aboutsummaryrefslogtreecommitdiffhomepage
path: root/backend/fixtures
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-08-05 05:11:47 +0900
committernsfisis <nsfisis@gmail.com>2024-08-05 05:14:30 +0900
commit2a551a05d714657d7cd3b581290054c97398e968 (patch)
treec741d7cebe4009361043b3bb1ed350966b4a12ff /backend/fixtures
parent2fc239b3f4d49f1a257523df7c7781a2141252bf (diff)
downloadiosdc-japan-2025-albatross-2a551a05d714657d7cd3b581290054c97398e968.tar.gz
iosdc-japan-2025-albatross-2a551a05d714657d7cd3b581290054c97398e968.tar.zst
iosdc-japan-2025-albatross-2a551a05d714657d7cd3b581290054c97398e968.zip
feat(backend): update fixtures
Diffstat (limited to 'backend/fixtures')
-rw-r--r--backend/fixtures/dev.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/backend/fixtures/dev.sql b/backend/fixtures/dev.sql
index a468d01..e8b8716 100644
--- a/backend/fixtures/dev.sql
+++ b/backend/fixtures/dev.sql
@@ -47,3 +47,8 @@ VALUES
(5, 2),
(6, 1),
(6, 2);
+
+INSERT INTO testcases
+(problem_id, stdin, stdout)
+VALUES
+ (4, '', '42'),