summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/Command/Db/ConvertFilecacheBigInt.php1
-rw-r--r--settings/Controller/CheckSetupController.php1
2 files changed, 2 insertions, 0 deletions
diff --git a/core/Command/Db/ConvertFilecacheBigInt.php b/core/Command/Db/ConvertFilecacheBigInt.php
index da86aa9570c..8943c350310 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 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'],
];