From 31fbe390c73b786b16ce4a39670c73bcf6170a5f Mon Sep 17 00:00:00 2001 From: David Mehren Date: Wed, 12 Aug 2020 20:39:39 +0200 Subject: [PATCH] Fix cardinality between Authorship and User in database schema Signed-off-by: David Mehren --- docs/dev/db-schema.plantuml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev/db-schema.plantuml b/docs/dev/db-schema.plantuml index 622f74c83..c1da19814 100644 --- a/docs/dev/db-schema.plantuml +++ b/docs/dev/db-schema.plantuml @@ -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