From decdb6b40f11477d14fee1862f477b40a9f4e027 Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Tue, 19 Nov 2019 13:56:40 +0100 Subject: Convert more columns to bigint Signed-off-by: Roeland Jago Douma --- core/Command/Db/ConvertFilecacheBigInt.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'core') diff --git a/core/Command/Db/ConvertFilecacheBigInt.php b/core/Command/Db/ConvertFilecacheBigInt.php index 93ada896327..da86aa9570c 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'], ]; -- cgit v1.2.3