From 9f32f34b07ae5ab4ed67973eb936047e7eadd2d0 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 34b717025a0..eebaf1f88dc 100644 --- a/core/Command/Db/ConvertFilecacheBigInt.php +++ b/core/Command/Db/ConvertFilecacheBigInt.php @@ -72,6 +72,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