summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authortimm2k <timm2k@gmx.de>2022-09-14 10:10:12 +0200
committerGitHub <noreply@github.com>2022-09-14 10:10:12 +0200
commit0c407b58db1c1ed874db7e9ec090d87972729a83 (patch)
treeaa2c20023510d9c881dc01f57e93248506ee02c8 /apps
parenta09077cd178e309099e0bd8109eaf2d91fc77a5c (diff)
downloadnextcloud-server-0c407b58db1c1ed874db7e9ec090d87972729a83.tar.gz
nextcloud-server-0c407b58db1c1ed874db7e9ec090d87972729a83.zip
Update CheckSetupController.php
file_metadata.id needs to be bigint(20). Signed-off-by: timm2k <timm2k@gmx.de>
Diffstat (limited to 'apps')
-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 8f469c6c4e9..0b3d63ac06d 100644
--- a/apps/settings/lib/Controller/CheckSetupController.php
+++ b/apps/settings/lib/Controller/CheckSetupController.php
@@ -770,6 +770,7 @@ Raw output
'filecache' => ['fileid', 'storage', 'parent', 'mimetype', 'mimepart', 'mtime', 'storage_mtime'],
'filecache_extended' => ['fileid'],
'file_locks' => ['id'],
+ 'file_metadata' => ['id'],
'jobs' => ['id'],
'mimetypes' => ['id'],
'mounts' => ['id', 'storage_id', 'root_id', 'mount_id'],