mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-12 22:26:08 -04: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
566e95f95d
commit
990742e569
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ entity "Note" {
|
||||||
*id : uuid <<generated>>
|
*id : uuid <<generated>>
|
||||||
--
|
--
|
||||||
*shortid : text
|
*shortid : text
|
||||||
*alias : text
|
alias : text
|
||||||
*viewcount : number
|
*viewcount : number
|
||||||
*ownerId : uuid <<FK User>>
|
*ownerId : uuid <<FK User>>
|
||||||
description: text
|
description: text
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue