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 committed by David Mehren
parent a00a093a14
commit 95b3c628ce
No known key found for this signature in database
GPG key ID: 185982BA4C42B7C3
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
}