feat: Add option to not include attachments in exported data (#5463)
This commit is contained in:
@@ -58,6 +58,9 @@ class FileOperation extends IdModel {
|
||||
@Column(DataType.BIGINT)
|
||||
size: number;
|
||||
|
||||
@Column(DataType.BOOLEAN)
|
||||
includeAttachments: boolean;
|
||||
|
||||
/**
|
||||
* Mark the current file operation as expired and remove the file from storage.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user