Add mtime and storage_mtime to db:convert-filecache-bigint
This commit is contained in:
parent
d953db8683
commit
3be2c558a5
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ class ConvertFilecacheBigInt extends Command {
|
|||
return [
|
||||
'activity' => ['activity_id', 'object_id'],
|
||||
'activity_mq' => ['mail_id'],
|
||||
'filecache' => ['fileid', 'storage', 'parent', 'mimetype', 'mimepart'],
|
||||
'filecache' => ['fileid', 'storage', 'parent', 'mimetype', 'mimepart', 'mtime', 'storage_mtime'],
|
||||
'mimetypes' => ['id'],
|
||||
'storages' => ['numeric_id'],
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue