mirror of
https://github.com/detleph/server.git
synced 2026-09-04 08:36:06 +02:00
Added user_auth system
+ 1 Mega commit yay
This commit is contained in:
@@ -64,6 +64,7 @@ model Team {
|
||||
pid String @unique @default(dbgenerated("gen_random_uuid()")) @db.Uuid
|
||||
name String
|
||||
leaderEmail String
|
||||
verified Boolean @default(false)
|
||||
|
||||
roles Role[] @relation(name: "participants")
|
||||
participants Participant[]
|
||||
|
||||
Reference in New Issue
Block a user