diff options
author | timm2k <timm2k@gmx.de> | 2020-10-26 09:18:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-26 09:18:56 +0100 |
commit | 3f691c52dcced41aadf5e41b21856dd6bdd92fa0 (patch) | |
tree | 9854c47b874c8c211ecea4c5f68341cc2bee9304 /core/Command/Db/ConvertFilecacheBigInt.php | |
parent | f9ea3d86892c4720b6b32e75161e434b718eb749 (diff) | |
download | nextcloud-server-3f691c52dcced41aadf5e41b21856dd6bdd92fa0.tar.gz nextcloud-server-3f691c52dcced41aadf5e41b21856dd6bdd92fa0.zip |
Update ConvertFilecacheBigInt.php
Diffstat (limited to 'core/Command/Db/ConvertFilecacheBigInt.php')
-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 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'], |