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:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2019-12-10 16:55:06 +0300
committerGitHub <noreply@github.com>2019-12-10 16:55:06 +0300
commitf6320926486b95781d550016270ae0220ede4017 (patch)
tree2f45fa86abb0ba1e194d0d0d8e749be4b323938f /settings
parent4d26a8f6dc25ae45f3ea04749c0782ffd3520b32 (diff)
parentb25f545c99de1bea1753d11d2baa8b46d765a925 (diff)
Merge pull request #18309 from nextcloud/backport/18299/stable16
[stable16] Convert various columns in oc_mounts to bigint
Diffstat (limited to 'settings')
-rw-r--r--settings/Controller/CheckSetupController.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings/Controller/CheckSetupController.php b/settings/Controller/CheckSetupController.php
index 6b35f6d76d4..5aee9354a11 100644
--- a/settings/Controller/CheckSetupController.php
+++ b/settings/Controller/CheckSetupController.php
@@ -598,6 +598,7 @@ Raw output
'file_locks' => ['id'],
'jobs' => ['id'],
'mimetypes' => ['id'],
+ 'mounts' => ['id', 'storage_id', 'root_id', 'mount_id'],
'storages' => ['numeric_id'],
];