diff --git a/core/Command/Db/ConvertFilecacheBigInt.php b/core/Command/Db/ConvertFilecacheBigInt.php index 93ada89632..da86aa9570 100644 --- a/core/Command/Db/ConvertFilecacheBigInt.php +++ b/core/Command/Db/ConvertFilecacheBigInt.php @@ -56,7 +56,11 @@ class ConvertFilecacheBigInt extends Command { return [ 'activity' => ['activity_id', 'object_id'], 'activity_mq' => ['mail_id'], + 'authtoken' => ['id'], + 'bruteforce_attempts' => ['id'], 'filecache' => ['fileid', 'storage', 'parent', 'mimetype', 'mimepart', 'mtime', 'storage_mtime'], + 'file_locks' => ['id'], + 'jobs' => ['id'], 'mimetypes' => ['id'], 'storages' => ['numeric_id'], ]; diff --git a/settings/Controller/CheckSetupController.php b/settings/Controller/CheckSetupController.php index 3488e41a99..6b35f6d76d 100644 --- a/settings/Controller/CheckSetupController.php +++ b/settings/Controller/CheckSetupController.php @@ -592,7 +592,11 @@ Raw output $tables = [ 'activity' => ['activity_id', 'object_id'], 'activity_mq' => ['mail_id'], + 'authtoken' => ['id'], + 'bruteforce_attempts' => ['id'], 'filecache' => ['fileid', 'storage', 'parent', 'mimetype', 'mimepart', 'mtime', 'storage_mtime'], + 'file_locks' => ['id'], + 'jobs' => ['id'], 'mimetypes' => ['id'], 'storages' => ['numeric_id'], ];