From 613c299e98f657d0fb27b0a3596d99afa3bc3989 Mon Sep 17 00:00:00 2001 From: timm2k Date: Mon, 26 Oct 2020 09:18:56 +0100 Subject: [PATCH] Update ConvertFilecacheBigInt.php --- core/Command/Db/ConvertFilecacheBigInt.php | 1 + 1 file changed, 1 insertion(+) 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'],