Merge pull request #18310 from nextcloud/backport/18299/stable15

[stable15] Convert various columns in oc_mounts to bigint
This commit is contained in:
Roeland Jago Douma 2019-12-10 14:55:30 +01:00 committed by GitHub
commit 512ae841e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -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'],
];
}

View file

@ -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'],
];