From 3be2c558a51444c39be66dd943c3c2ecd79638f0 Mon Sep 17 00:00:00 2001 From: Alecks Gates Date: Sat, 17 Feb 2018 09:27:25 -0600 Subject: [PATCH] Add mtime and storage_mtime to db:convert-filecache-bigint --- core/Command/Db/ConvertFilecacheBigInt.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Command/Db/ConvertFilecacheBigInt.php b/core/Command/Db/ConvertFilecacheBigInt.php index 75d3a48a5c..5960b7aa9d 100644 --- a/core/Command/Db/ConvertFilecacheBigInt.php +++ b/core/Command/Db/ConvertFilecacheBigInt.php @@ -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'], ];