mirror of
https://github.com/detleph/server.git
synced 2026-09-07 07:56:18 +02:00
Update name to organisation
This commit is contained in:
@@ -135,8 +135,8 @@ model Group {
|
|||||||
user_limit Int @default(40)
|
user_limit Int @default(40)
|
||||||
level Int
|
level Int
|
||||||
|
|
||||||
oragnisation Organisation @relation(fields: [oragnisationId], references: [id], onDelete: Cascade)
|
organisation Organisation @relation(fields: [organisationId], references: [id], onDelete: Cascade)
|
||||||
oragnisationId Int
|
organisationId Int
|
||||||
participants Participant[]
|
participants Participant[]
|
||||||
link Link?
|
link Link?
|
||||||
admins Admin[]
|
admins Admin[]
|
||||||
|
|||||||
Reference in New Issue
Block a user