mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 17:26:29 -05:00
Fix cardinality between Authorship and User in database schema
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
aefd0e4619
commit
31fbe390c7
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ entity "Group" {
|
|||
Note "1" - "1..*" Revision
|
||||
Revision "0..*" - "0..*" Authorship
|
||||
(Revision, Authorship) .. RevisionAuthorship
|
||||
Authorship "1" - "1" User
|
||||
Authorship "0..*" - "1" User
|
||||
Note "1" - "0..*" User : owner
|
||||
Note "1" - "0..*" NoteUserPermission
|
||||
NoteUserPermission "1" - "1" User
|
||||
|
|
Loading…
Reference in a new issue