Fix cardinality between NoteGroupPermission and Group in database schema

Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
David Mehren 2020-08-12 20:17:09 +02:00
parent f03642aba8
commit c3af748a52
No known key found for this signature in database
GPG key ID: 6017AF117F9756CB

View file

@ -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