summaryrefslogtreecommitdiffstats
path: root/core/Command
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2019-11-19 13:56:40 +0100
committerBackportbot <backportbot-noreply@rullzer.com>2019-11-20 20:34:10 +0000
commit1c48fbf949770afe831b616a228b7ebc9f4095c5 (patch)
tree705c7fda736fc61b8536d0bd48f37ff249cc8a6f /core/Command
parent9d5e7a4dd45c1b8bb92da77d19e16c7d9c2db68f (diff)
downloadnextcloud-server-1c48fbf949770afe831b616a228b7ebc9f4095c5.tar.gz
nextcloud-server-1c48fbf949770afe831b616a228b7ebc9f4095c5.zip
Convert more columns to bigint
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'core/Command')
-rw-r--r--core/Command/Db/ConvertFilecacheBigInt.php4
1 files changed, 4 insertions, 0 deletions
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'],
];