Merge pull request #18307 from nextcloud/backport/18299/stable17

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

View file

@ -62,6 +62,7 @@ class ConvertFilecacheBigInt extends Command {
'file_locks' => ['id'],
'jobs' => ['id'],
'mimetypes' => ['id'],
'mounts' => ['id', 'storage_id', 'root_id', 'mount_id'],
'storages' => ['numeric_id'],
];
}

View file

@ -598,6 +598,7 @@ Raw output
'file_locks' => ['id'],
'jobs' => ['id'],
'mimetypes' => ['id'],
'mounts' => ['id', 'storage_id', 'root_id', 'mount_id'],
'storages' => ['numeric_id'],
];