Convert various columns in oc_mounts to bigint

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
pull/18299/head
Georg Ehrke 6 years ago
parent 63a2725f3d
commit 699f3a6817
No known key found for this signature in database
GPG Key ID: 9D98FD9380A1CB43
  1. 1
      apps/settings/lib/Controller/CheckSetupController.php
  2. 1
      core/Command/Db/ConvertFilecacheBigInt.php

@ -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…
Cancel
Save