]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix hasBigIntConversionPendingColumns missing files_trash 34485/head
authorMichael Kuhn <github@ikkoku.de>
Sun, 9 Oct 2022 11:37:05 +0000 (13:37 +0200)
committerMichael Kuhn <github@ikkoku.de>
Sun, 9 Oct 2022 11:37:05 +0000 (13:37 +0200)
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 <github@ikkoku.de>
apps/settings/lib/Controller/CheckSetupController.php

index 0b3d63ac06d8bc8c4e9cb3279d6b9dfcc9b4238e..e83b2a1aa7e396c6861f1e0b5b530bce5fa3dc61 100644 (file)
@@ -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'],