DBSchema: Add fileUrl to media_upload table

Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
Philip Molares 2021-02-27 11:24:41 +01:00
parent e2b2059bde
commit eb7e6b55eb
2 changed files with 30 additions and 10 deletions

View file

@ -135,6 +135,7 @@ entity "media_upload" {
*noteId : uuid <<FK note>>
*userId : uuid <<FK user>>
*backendType: text
*fileUrl: text
backendData: text
*createdAt : date
}