mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
Merge pull request #23688 from nextcloud/timm2k-patch-1
Use bigint for fileid in filecache_extended
This commit is contained in:
commit
15b3d86987
2 changed files with 2 additions and 0 deletions
|
|
@ -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'],
|
||||
|
|
|
|||
|
|
@ -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'],
|
||||
|
|
|
|||
Loading…
Reference in a new issue