diff --git a/docs/dev/db-schema.plantuml b/docs/dev/db-schema.plantuml index d44a56dd7..c42827aea 100644 --- a/docs/dev/db-schema.plantuml +++ b/docs/dev/db-schema.plantuml @@ -9,7 +9,7 @@ entity "Note" { *id : uuid <> -- *shortid : text - *alias : text + alias : text *viewcount : number *ownerId : uuid <> description: text