diff options
author | timm2k <timm2k@gmx.de> | 2020-10-26 09:18:56 +0100 |
---|---|---|
committer | backportbot[bot] <backportbot[bot]@users.noreply.github.com> | 2020-10-26 09:00:22 +0000 |
commit | a22ca01270b3a730223a86004082060b4768c265 (patch) | |
tree | c1853bf7542a3d9ec992c5ddab41dc8993f1ce99 /core | |
parent | 7983b230faf006e2229f803f64eb838291c5d8e3 (diff) | |
download | nextcloud-server-a22ca01270b3a730223a86004082060b4768c265.tar.gz nextcloud-server-a22ca01270b3a730223a86004082060b4768c265.zip |
Update ConvertFilecacheBigInt.php
Diffstat (limited to 'core')
-rw-r--r-- | core/Command/Db/ConvertFilecacheBigInt.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/Command/Db/ConvertFilecacheBigInt.php b/core/Command/Db/ConvertFilecacheBigInt.php index 4a833fbbede..a01285cf7f4 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'], |