diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2019-12-09 21:37:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-09 21:37:58 +0100 |
commit | 6ddb789f0dca8bbf405652607b4659d464bce36a (patch) | |
tree | 4f7a612769c69e8bcc05c8413a8af0eb1cafe0c5 /apps | |
parent | 72155009faec02b000d8d320e3fba9d1ca51076b (diff) | |
parent | 699f3a6817e2d8e8882cf2bb24fdae6342949a6f (diff) | |
download | nextcloud-server-6ddb789f0dca8bbf405652607b4659d464bce36a.tar.gz nextcloud-server-6ddb789f0dca8bbf405652607b4659d464bce36a.zip |
Merge pull request #18299 from nextcloud/bugfix/noid/filecache_bigint_mounts
Convert various columns in oc_mounts to bigint
Diffstat (limited to 'apps')
-rw-r--r-- | apps/settings/lib/Controller/CheckSetupController.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/settings/lib/Controller/CheckSetupController.php b/apps/settings/lib/Controller/CheckSetupController.php index e9a474eb8c0..0828ef522f7 100644 --- a/apps/settings/lib/Controller/CheckSetupController.php +++ b/apps/settings/lib/Controller/CheckSetupController.php @@ -601,6 +601,7 @@ Raw output 'file_locks' => ['id'], 'jobs' => ['id'], 'mimetypes' => ['id'], + 'mounts' => ['id', 'storage_id', 'root_id', 'mount_id'], 'storages' => ['numeric_id'], ]; |