From b25f545c99de1bea1753d11d2baa8b46d765a925 Mon Sep 17 00:00:00 2001 From: Georg Ehrke Date: Mon, 9 Dec 2019 14:03:13 +0100 Subject: [PATCH] Convert various columns in oc_mounts to bigint Signed-off-by: Georg Ehrke --- core/Command/Db/ConvertFilecacheBigInt.php | 1 + settings/Controller/CheckSetupController.php | 1 + 2 files changed, 2 insertions(+) diff --git a/core/Command/Db/ConvertFilecacheBigInt.php b/core/Command/Db/ConvertFilecacheBigInt.php index da86aa9570..8943c35031 100644 --- a/core/Command/Db/ConvertFilecacheBigInt.php +++ b/core/Command/Db/ConvertFilecacheBigInt.php @@ -62,6 +62,7 @@ class ConvertFilecacheBigInt extends Command { 'file_locks' => ['id'], 'jobs' => ['id'], 'mimetypes' => ['id'], + 'mounts' => ['id', 'storage_id', 'root_id', 'mount_id'], 'storages' => ['numeric_id'], ]; } diff --git a/settings/Controller/CheckSetupController.php b/settings/Controller/CheckSetupController.php index 6b35f6d76d..5aee9354a1 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'], ];