mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-28 18:30:57 -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" {
|
entity "note" {
|
||||||
*id : uuid <<generated>>
|
*id : uuid <<generated>>
|
||||||
--
|
--
|
||||||
|
publicId: text
|
||||||
alias : text
|
alias : text
|
||||||
*viewCount : number
|
*viewCount : number
|
||||||
*ownerId : uuid <<FK user>>
|
*ownerId : uuid <<FK user>>
|
||||||
|
|
Loading…
Reference in a new issue