mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -04:00
Merge pull request #23692 from nextcloud/backport/23688/stable18
[stable18] Use bigint for fileid in filecache_extended
This commit is contained in:
commit
6a8e7ccc26
2 changed files with 2 additions and 0 deletions
|
|
@ -599,6 +599,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'],
|
||||
|
|
|
|||
|
|
@ -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'],
|
||||
|
|
|
|||
Loading…
Reference in a new issue