Merge pull request #23688 from nextcloud/timm2k-patch-1

Use bigint for fileid in filecache_extended
This commit is contained in:
Roeland Jago Douma 2020-10-26 09:55:22 +01:00 committed by GitHub
commit 15b3d86987
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

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