From: Michael Kuhn Date: Sun, 9 Oct 2022 11:37:05 +0000 (+0200) Subject: Fix hasBigIntConversionPendingColumns missing files_trash X-Git-Tag: v26.0.0beta1~434^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9a205bdc8484977f0e868524688b3bfebeea3412;p=nextcloud-server.git Fix hasBigIntConversionPendingColumns missing files_trash The two tables seem to have gone out of sync, causing the web interface to miss `files_trash.auto_id` not being a bigint. Signed-off-by: Michael Kuhn --- diff --git a/apps/settings/lib/Controller/CheckSetupController.php b/apps/settings/lib/Controller/CheckSetupController.php index 0b3d63ac06d..e83b2a1aa7e 100644 --- a/apps/settings/lib/Controller/CheckSetupController.php +++ b/apps/settings/lib/Controller/CheckSetupController.php @@ -769,6 +769,7 @@ Raw output 'federated_reshares' => ['share_id'], 'filecache' => ['fileid', 'storage', 'parent', 'mimetype', 'mimepart', 'mtime', 'storage_mtime'], 'filecache_extended' => ['fileid'], + 'files_trash' => ['auto_id'], 'file_locks' => ['id'], 'file_metadata' => ['id'], 'jobs' => ['id'],