mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-09 13:51:57 -04:00
Refactor(note): Remove shortid from note
This is a 1.x relict and isn't used anymore in 2.x. All 1.x shortids will be converted to aliases on migration of 1.x to 2.x. Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
f5039791ed
commit
f739687b00
5 changed files with 2 additions and 32 deletions
|
@ -5,7 +5,6 @@ skinparam nodesep 60
|
|||
entity "note" {
|
||||
*id : uuid <<generated>>
|
||||
--
|
||||
*shortid : text
|
||||
alias : text
|
||||
*viewCount : number
|
||||
*ownerId : uuid <<FK user>>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue