chore(api): add env exam scripts (#58208)

Co-authored-by: Naomi <accounts+github@nhcarrigan.com>
This commit is contained in:
Shaun Hamilton
2025-01-28 18:00:52 +02:00
committed by GitHub
parent 7537106214
commit 63dc0d81aa
8 changed files with 125 additions and 3 deletions
+2
View File
@@ -166,6 +166,8 @@ model EnvExam {
config EnvConfig
/// ObjectIds for required challenges/blocks to take the exam
prerequisites String[] @db.ObjectId
/// If `deprecated`, the exam should no longer be considered for users
deprecated Boolean
// Relations
generatedExams EnvGeneratedExam[]