mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-24 18:56:32 -05:00
chore(plantuml): Add publicId to note
Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
875e848b80
commit
92066d0746
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ skinparam nodesep 60
|
|||
entity "note" {
|
||||
*id : uuid <<generated>>
|
||||
--
|
||||
publicId: text
|
||||
alias : text
|
||||
*viewCount : number
|
||||
*ownerId : uuid <<FK user>>
|
||||
|
|
Loading…
Reference in a new issue