Skip to content

Commit 81d80f0

Browse files
authored
Merge pull request #1517 from AtCoder-NoviSteps/#1514
✨ Enable to import JAG prelim and regional tasks (#1514)
2 parents 1477a61 + 7cd1e41 commit 81d80f0

File tree

14 files changed

+766
-54
lines changed

14 files changed

+766
-54
lines changed

prisma/ERD.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ UNIVERSITY UNIVERSITY
2929
OTHERS OTHERS
3030
AOJ_COURSES AOJ_COURSES
3131
AOJ_PCK AOJ_PCK
32+
AOJ_JAG AOJ_JAG
3233
}
3334
3435
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
-- AlterEnum
2+
ALTER TYPE "ContestType" ADD VALUE 'AOJ_JAG';

prisma/schema.prisma

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ enum ContestType {
224224
OTHERS // AtCoder (その他)
225225
AOJ_COURSES // AIZU ONLINE JUDGE Courses
226226
AOJ_PCK // All-Japan High School Programming Contest (PCK)
227+
AOJ_JAG // ACM-ICPC Japan Alumni Group Contest (JAG)
227228
}
228229

229230
// 11Q(最も簡単)〜6D(最難関)。

0 commit comments

Comments
 (0)