aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2022-11-11 17:09:26 +0100
committerGitHub <noreply@github.com>2022-11-11 17:09:26 +0100
commitabaa3ef61b9a6177ca3fe965e837e6e9bca16a4b (patch)
tree95f16ec1de02280463e8e14282579b9f5ce5af02 /apps/settings
parent10aa3827f7acee550259b41b37e6f043d0007950 (diff)
parent9a205bdc8484977f0e868524688b3bfebeea3412 (diff)
downloadnextcloud-server-abaa3ef61b9a6177ca3fe965e837e6e9bca16a4b.tar.gz
nextcloud-server-abaa3ef61b9a6177ca3fe965e837e6e9bca16a4b.zip
Merge pull request #34485 from michaelkuhn/hasBigIntConversionPendingColumns-files_trash
Fix hasBigIntConversionPendingColumns missing files_trash
Diffstat (limited to 'apps/settings')
-rw-r--r--apps/settings/lib/Controller/CheckSetupController.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/settings/lib/Controller/CheckSetupController.php b/apps/settings/lib/Controller/CheckSetupController.php
index 96fa6c20fc3..c0496369f20 100644
--- a/apps/settings/lib/Controller/CheckSetupController.php
+++ b/apps/settings/lib/Controller/CheckSetupController.php
@@ -774,6 +774,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'],