From 6ff58d30b4c9dd907f507e3ec78ed146d3830d1d Mon Sep 17 00:00:00 2001 From: timm2k Date: Wed, 14 Sep 2022 10:15:16 +0200 Subject: [PATCH] Update ConvertFilecacheBigInt.php Signed-off-by: timm2k --- 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 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'], -- 2.39.5