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) 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[]