mirror of
https://github.com/detleph/server.git
synced 2026-09-04 08:36:06 +02:00
Add Endpoint to verify email codes
This commit is contained in:
@@ -101,6 +101,8 @@ model Participant {
|
||||
email String
|
||||
gender Gender
|
||||
|
||||
verified Boolean @default(false)
|
||||
|
||||
group Group @relation(fields: [groupId], references: [id])
|
||||
groupId Int
|
||||
team Team @relation(name: "participants", fields: [teamId], references: [id])
|
||||
|
||||
Reference in New Issue
Block a user