Add media granularity to backup attachment download source
This commit is contained in:
parent
2432631fb9
commit
11e612f57b
12 changed files with 74 additions and 49 deletions
|
@ -87,7 +87,7 @@ describe('SQL/updateToSchemaVersion1410', () => {
|
|||
source:
|
||||
i < 5
|
||||
? AttachmentDownloadSource.STANDARD
|
||||
: AttachmentDownloadSource.BACKUP_IMPORT,
|
||||
: AttachmentDownloadSource.BACKUP_IMPORT_WITH_MEDIA,
|
||||
});
|
||||
}
|
||||
})();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue