Merge pull request #23690 from nextcloud/backport/23688/stable20

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

View File

@ -618,6 +618,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

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