From: timm2k Date: Mon, 26 Oct 2020 08:18:56 +0000 (+0100) Subject: Update ConvertFilecacheBigInt.php X-Git-Tag: v20.0.2RC1~71^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=67211199e1c3bcf6e2c38610d110bad4d2ab6daf;p=nextcloud-server.git Update ConvertFilecacheBigInt.php --- diff --git a/core/Command/Db/ConvertFilecacheBigInt.php b/core/Command/Db/ConvertFilecacheBigInt.php index 99ed45549cb..6b5b0dc9c82 100644 --- a/core/Command/Db/ConvertFilecacheBigInt.php +++ b/core/Command/Db/ConvertFilecacheBigInt.php @@ -65,6 +65,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'],