Skip to content

Commit ba3183d

Browse files
committed
feat: add minimum age in group setting schema
1 parent c1b725e commit ba3183d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

apps/api/prisma/schema.prisma

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@ type GroupSettings {
9999
idValidationRegex String?
100100
idValidationRegexErrorMessage ErrorMessage?
101101
subjectIdDisplayLength Int?
102+
minimumAge Int?
103+
minimumAgeApplied Boolean?
102104
}
103105

104106
model Group {

0 commit comments

Comments
 (0)