Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2022-11-11 19:09:26 +0300
committerGitHub <noreply@github.com>2022-11-11 19:09:26 +0300
commitabaa3ef61b9a6177ca3fe965e837e6e9bca16a4b (patch)
tree95f16ec1de02280463e8e14282579b9f5ce5af02
parent10aa3827f7acee550259b41b37e6f043d0007950 (diff)
parent9a205bdc8484977f0e868524688b3bfebeea3412 (diff)
Merge pull request #34485 from michaelkuhn/hasBigIntConversionPendingColumns-files_trash
Fix hasBigIntConversionPendingColumns missing files_trash
-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'],