Add mtime and storage_mtime to db:convert-filecache-bigint

This commit is contained in:
Alecks Gates 2018-02-17 09:27:25 -06:00
parent d953db8683
commit 3be2c558a5
1 changed files with 1 additions and 1 deletions

View File

@ -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'],
];