diff options
author | timm2k <timm2k@gmx.de> | 2022-09-14 10:15:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-14 10:15:16 +0200 |
commit | 6ff58d30b4c9dd907f507e3ec78ed146d3830d1d (patch) | |
tree | 07c0df1265513d0fd68c87debf83e67fbf9de4f6 /core | |
parent | 0c407b58db1c1ed874db7e9ec090d87972729a83 (diff) | |
download | nextcloud-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.php | 1 |
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'], |