mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Update CheckSetupController.php
file_metadata.id needs to be bigint(20). Signed-off-by: timm2k <timm2k@gmx.de>
This commit is contained in:
parent
a09077cd17
commit
0c407b58db
1 changed files with 1 additions and 0 deletions
|
|
@ -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'],
|
||||
|
|
|
|||
Loading…
Reference in a new issue