mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 23:03:00 -04:00
Merge pull request #18299 from nextcloud/bugfix/noid/filecache_bigint_mounts
Convert various columns in oc_mounts to bigint
This commit is contained in:
commit
6ddb789f0d
2 changed files with 2 additions and 0 deletions
|
|
@ -601,6 +601,7 @@ Raw output
|
|||
'file_locks' => ['id'],
|
||||
'jobs' => ['id'],
|
||||
'mimetypes' => ['id'],
|
||||
'mounts' => ['id', 'storage_id', 'root_id', 'mount_id'],
|
||||
'storages' => ['numeric_id'],
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -65,6 +65,7 @@ class ConvertFilecacheBigInt extends Command {
|
|||
'file_locks' => ['id'],
|
||||
'jobs' => ['id'],
|
||||
'mimetypes' => ['id'],
|
||||
'mounts' => ['id', 'storage_id', 'root_id', 'mount_id'],
|
||||
'storages' => ['numeric_id'],
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue