mirror of
https://github.com/detleph/server.git
synced 2026-09-04 08:36:06 +02:00
updated the db schema and team controller
This commit is contained in:
@@ -67,6 +67,7 @@ model Team {
|
||||
name String
|
||||
leaderEmail String
|
||||
verified Boolean @default(false)
|
||||
creationDate DateTime @default(now())
|
||||
|
||||
roles Role[] @relation(name: "participants")
|
||||
participants Participant[]
|
||||
|
||||
Reference in New Issue
Block a user