Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortimm2k <timm2k@gmx.de>2020-10-26 11:18:56 +0300
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>2020-10-26 12:00:30 +0300
commit613c299e98f657d0fb27b0a3596d99afa3bc3989 (patch)
tree8c5ce573c29c904b2a4eb8c5bae7abb354efc0fa /core/Command
parent5812586081b4c0a6cc066a3085d149908855a7d1 (diff)
Update ConvertFilecacheBigInt.php
Diffstat (limited to 'core/Command')
-rw-r--r--core/Command/Db/ConvertFilecacheBigInt.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/Command/Db/ConvertFilecacheBigInt.php b/core/Command/Db/ConvertFilecacheBigInt.php
index 16971e20b6c..138665267c4 100644
--- a/core/Command/Db/ConvertFilecacheBigInt.php
+++ b/core/Command/Db/ConvertFilecacheBigInt.php
@@ -63,6 +63,7 @@ class ConvertFilecacheBigInt extends Command {
'authtoken' => ['id'],
'bruteforce_attempts' => ['id'],
'filecache' => ['fileid', 'storage', 'parent', 'mimetype', 'mimepart', 'mtime', 'storage_mtime'],
+ 'filecache_extended' => ['fileid'],
'file_locks' => ['id'],
'jobs' => ['id'],
'mimetypes' => ['id'],