summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authortimm2k <timm2k@gmx.de>2022-09-14 10:15:16 +0200
committerGitHub <noreply@github.com>2022-09-14 10:15:16 +0200
commit6ff58d30b4c9dd907f507e3ec78ed146d3830d1d (patch)
tree07c0df1265513d0fd68c87debf83e67fbf9de4f6 /core
parent0c407b58db1c1ed874db7e9ec090d87972729a83 (diff)
downloadnextcloud-server-6ff58d30b4c9dd907f507e3ec78ed146d3830d1d.tar.gz
nextcloud-server-6ff58d30b4c9dd907f507e3ec78ed146d3830d1d.zip
Update ConvertFilecacheBigInt.php
Signed-off-by: timm2k <timm2k@gmx.de>
Diffstat (limited to 'core')
-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 f12ae15f0b3..9d77ac9a5a0 100644
--- a/core/Command/Db/ConvertFilecacheBigInt.php
+++ b/core/Command/Db/ConvertFilecacheBigInt.php
@@ -67,6 +67,7 @@ class ConvertFilecacheBigInt extends Command {
'filecache_extended' => ['fileid'],
'files_trash' => ['auto_id'],
'file_locks' => ['id'],
+ 'file_metadata' => ['id'],
'jobs' => ['id'],
'mimetypes' => ['id'],
'mounts' => ['id', 'storage_id', 'root_id', 'mount_id'],