mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-12 22:26:08 -04:00
Do not save file extension as a separate field.
It turned out that saving the file extension in a separate field is not necessary. Instead, the extension is saved in the complete filename in the `id` field. Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
dc49bfcccb
commit
23ba2026cc
2 changed files with 6 additions and 10 deletions
|
@ -120,7 +120,6 @@ entity "MediaUpload" {
|
|||
--
|
||||
*noteId : uuid <<FK Note>>
|
||||
*userId : uuid <<FK User>>
|
||||
*extension : text
|
||||
*backendType: text
|
||||
backendData: text
|
||||
*createdAt : date
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue