From ae95c50aa423327c433855adab903792f32df4eb Mon Sep 17 00:00:00 2001 From: Philip Molares Date: Sun, 16 May 2021 22:54:45 +0200 Subject: [PATCH] chore(plantuml): Add publicId to note Signed-off-by: Philip Molares --- docs/content/dev/db-schema.plantuml | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/content/dev/db-schema.plantuml b/docs/content/dev/db-schema.plantuml index b3765ef3e..80a86a6d5 100644 --- a/docs/content/dev/db-schema.plantuml +++ b/docs/content/dev/db-schema.plantuml @@ -5,6 +5,7 @@ skinparam nodesep 60 entity "note" { *id : uuid <> -- + publicId: text alias : text *viewCount : number *ownerId : uuid <>