mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-06-08 10:22:47 -04:00
MediaUploadEntity: Add fileUrl
Save the fileUrl, returned to the user on creation, in the DB. Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
3dd4bf1582
commit
c64ca9c012
2 changed files with 4 additions and 0 deletions
|
@ -34,6 +34,9 @@ export class MediaUpload {
|
|||
})
|
||||
backendType: string;
|
||||
|
||||
@Column()
|
||||
fileUrl: string;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue