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