Convert various columns in oc_mounts to bigint
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
This commit is contained in:
parent
9d8c0c262b
commit
c5feb6e5a7
2 changed files with 2 additions and 0 deletions
|
@ -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'],
|
||||
];
|
||||
}
|
||||
|
|
|
@ -598,6 +598,7 @@ Raw output
|
|||
'file_locks' => ['id'],
|
||||
'jobs' => ['id'],
|
||||
'mimetypes' => ['id'],
|
||||
'mounts' => ['id', 'storage_id', 'root_id', 'mount_id'],
|
||||
'storages' => ['numeric_id'],
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue