From 990742e5697b1f39d25e9f286bca71497aec9cf2 Mon Sep 17 00:00:00 2001 From: David Mehren Date: Sat, 3 Oct 2020 11:14:41 +0200 Subject: [PATCH] Note.alias should be optional in db schema Signed-off-by: David Mehren Co-authored-by: Yannick Bungers --- 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 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