Update name to organisation

This commit is contained in:
Stephan
2022-04-27 08:34:25 +02:00
parent 01077dab22
commit 9965acee40
+2 -2
View File
@@ -135,8 +135,8 @@ model Group {
user_limit Int @default(40)
level Int
oragnisation Organisation @relation(fields: [oragnisationId], references: [id], onDelete: Cascade)
oragnisationId Int
organisation Organisation @relation(fields: [organisationId], references: [id], onDelete: Cascade)
organisationId Int
participants Participant[]
link Link?
admins Admin[]