mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-17 16:44:49 -04:00
DBSchema: Add fileUrl to media_upload table
Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
e2b2059bde
commit
eb7e6b55eb
2 changed files with 30 additions and 10 deletions
|
@ -135,6 +135,7 @@ entity "media_upload" {
|
|||
*noteId : uuid <<FK note>>
|
||||
*userId : uuid <<FK user>>
|
||||
*backendType: text
|
||||
*fileUrl: text
|
||||
backendData: text
|
||||
*createdAt : date
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue