Merge pull request #23691 from nextcloud/backport/23688/stable19

[stable19] Use bigint for fileid in filecache_extended
This commit is contained in:
Morris Jobke 2020-10-26 13:57:54 +01:00 committed by GitHub
commit 36d3493657
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -613,6 +613,7 @@ Raw output
'authtoken' => ['id'],
'bruteforce_attempts' => ['id'],
'filecache' => ['fileid', 'storage', 'parent', 'mimetype', 'mimepart', 'mtime', 'storage_mtime'],
'filecache_extended' => ['fileid'],
'file_locks' => ['id'],
'jobs' => ['id'],
'mimetypes' => ['id'],

View File

@ -63,6 +63,7 @@ class ConvertFilecacheBigInt extends Command {
'authtoken' => ['id'],
'bruteforce_attempts' => ['id'],
'filecache' => ['fileid', 'storage', 'parent', 'mimetype', 'mimepart', 'mtime', 'storage_mtime'],
'filecache_extended' => ['fileid'],
'file_locks' => ['id'],
'jobs' => ['id'],
'mimetypes' => ['id'],