mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-25 19:26:31 -05:00
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:
parent
b9279a5d20
commit
b9dfd880f7
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ entity "Note" {
|
|||
*id : uuid <<generated>>
|
||||
--
|
||||
*shortid : text
|
||||
*alias : text
|
||||
alias : text
|
||||
*viewcount : number
|
||||
*ownerId : uuid <<FK User>>
|
||||
description: text
|
||||
|
|
Loading…
Reference in a new issue