mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -04:00
Merge pull request #23690 from nextcloud/backport/23688/stable20
[stable20] Use bigint for fileid in filecache_extended
This commit is contained in:
commit
429700ac3a
2 changed files with 2 additions and 0 deletions
|
|
@ -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'],
|
||||
|
|
|
|||
|
|
@ -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