]> source.dussan.org Git - nextcloud-server.git/commitdiff
Convert more columns to bigint 18041/head
authorRoeland Jago Douma <roeland@famdouma.nl>
Tue, 19 Nov 2019 12:56:40 +0000 (13:56 +0100)
committerBackportbot <backportbot-noreply@rullzer.com>
Wed, 20 Nov 2019 20:35:23 +0000 (20:35 +0000)
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
core/Command/Db/ConvertFilecacheBigInt.php
settings/Controller/CheckSetupController.php

index 93ada8963271b8be2c075ebafba06a0b3f78e7b3..da86aa9570c5e681135bb3cccf1b68a554d94092 100644 (file)
@@ -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'],
                ];
index 3488e41a99dd5930de23e7bd73e56d36ae7f7421..6b35f6d76d41a701190b7ec9728d18b6bf721556 100644 (file)
@@ -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'],
                ];