mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-04-05 06:09:43 +00:00
Fix cardinality between NoteGroupPermission and Group in database schema
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
f03642aba8
commit
c3af748a52
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ Note "1" - "0..*" User : owner
|
|||
Note "1" - "0..*" NoteUserPermission
|
||||
NoteUserPermission "1" - "1" User
|
||||
Note "1" - "0..*" NoteGroupPermission
|
||||
NoteGroupPermission "1" - "1" Group
|
||||
NoteGroupPermission "0..*" - "1" Group
|
||||
Identity "1..*" - "1" User
|
||||
authToken "1..*" - "1" User
|
||||
seesion "1..*" - "1" User
|
||||
|
|
Loading…
Reference in a new issue