Update CheckSetupController.php

file_metadata.id needs to be bigint(20).

Signed-off-by: timm2k <timm2k@gmx.de>
This commit is contained in:
timm2k 2022-09-14 10:10:12 +02:00 committed by backportbot-nextcloud[bot]
parent e337551fd8
commit 76b1d4c7a3

View file

@ -762,6 +762,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'],