mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 08:16:43 -04:00
Merge pull request #8412 from agates/master
Add mtime and storage_mtime to db:convert-filecache-bigint
This commit is contained in:
commit
4154a56536
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ class ConvertFilecacheBigInt extends Command {
|
|||
return [
|
||||
'activity' => ['activity_id', 'object_id'],
|
||||
'activity_mq' => ['mail_id'],
|
||||
'filecache' => ['fileid', 'storage', 'parent', 'mimetype', 'mimepart'],
|
||||
'filecache' => ['fileid', 'storage', 'parent', 'mimetype', 'mimepart', 'mtime', 'storage_mtime'],
|
||||
'mimetypes' => ['id'],
|
||||
'storages' => ['numeric_id'],
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in a new issue