mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -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
e337551fd8
commit
76b1d4c7a3
1 changed files with 1 additions and 0 deletions
|
|
@ -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'],
|
||||
|
|
|
|||
Loading…
Reference in a new issue