summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2018-02-26 16:33:58 +0100
committerGitHub <noreply@github.com>2018-02-26 16:33:58 +0100
commit4154a565366cc805d51a3d6a8b8c11cde62f29f9 (patch)
tree99b16dfc305fad697849150c23f3e39f72a922a1 /core
parent452e96e2a7e191589c4a0e3f6a6f5bda0b347d1c (diff)
parent3be2c558a51444c39be66dd943c3c2ecd79638f0 (diff)
downloadnextcloud-server-4154a565366cc805d51a3d6a8b8c11cde62f29f9.tar.gz
nextcloud-server-4154a565366cc805d51a3d6a8b8c11cde62f29f9.zip
Merge pull request #8412 from agates/master
Add mtime and storage_mtime to db:convert-filecache-bigint
Diffstat (limited to 'core')
-rw-r--r--core/Command/Db/ConvertFilecacheBigInt.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Command/Db/ConvertFilecacheBigInt.php b/core/Command/Db/ConvertFilecacheBigInt.php
index 75d3a48a5c8..5960b7aa9dd 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'],
];