Convert various columns in oc_mounts to bigint

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
pull/18310/head
Georg Ehrke 2019-12-09 14:03:13 +07:00 committed by Backportbot
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'],
];