Note.alias should be optional in db schema

Signed-off-by: David Mehren <git@herrmehren.de>
Co-authored-by: Yannick Bungers <git@innay.de>
This commit is contained in:
David Mehren 2020-10-03 11:14:41 +02:00
parent 566e95f95d
commit 990742e569
No known key found for this signature in database
GPG key ID: 185982BA4C42B7C3

View file

@ -9,7 +9,7 @@ entity "Note" {
*id : uuid <<generated>>
--
*shortid : text
*alias : text
alias : text
*viewcount : number
*ownerId : uuid <<FK User>>
description: text