From 990742e5697b1f39d25e9f286bca71497aec9cf2 Mon Sep 17 00:00:00 2001
From: David Mehren <git@herrmehren.de>
Date: Sat, 3 Oct 2020 11:14:41 +0200
Subject: [PATCH] Note.alias should be optional in db schema

Signed-off-by: David Mehren <git@herrmehren.de>
Co-authored-by: Yannick Bungers <git@innay.de>
---
 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 <<generated>>
   --
   *shortid : text
-  *alias : text
+  alias : text
   *viewcount : number
   *ownerId : uuid <<FK User>>
   description: text