mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -04:00
Convert various columns in oc_mounts to bigint
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
This commit is contained in:
parent
d7ddc83f81
commit
aea0f487e3
2 changed files with 2 additions and 0 deletions
|
|
@ -58,6 +58,7 @@ class ConvertFilecacheBigInt extends Command {
|
|||
'activity_mq' => ['mail_id'],
|
||||
'filecache' => ['fileid', 'storage', 'parent', 'mimetype', 'mimepart', 'mtime', 'storage_mtime'],
|
||||
'mimetypes' => ['id'],
|
||||
'mounts' => ['id', 'storage_id', 'root_id', 'mount_id'],
|
||||
'storages' => ['numeric_id'],
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -612,6 +612,7 @@ Raw output
|
|||
'activity_mq' => ['mail_id'],
|
||||
'filecache' => ['fileid', 'storage', 'parent', 'mimetype', 'mimepart', 'mtime', 'storage_mtime'],
|
||||
'mimetypes' => ['id'],
|
||||
'mounts' => ['id', 'storage_id', 'root_id', 'mount_id'],
|
||||
'storages' => ['numeric_id'],
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue