aboutsummaryrefslogtreecommitdiffstats
path: root/core/Command
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2020-11-20 15:38:59 +0100
committerJulius Härtl <jus@bitgrid.net>2020-12-08 16:05:53 +0100
commit8f6c2ec357dd9fcc71f2f8fb69a325004b36b98b (patch)
tree49041577e8e8764821199928ec340c4a4101b381 /core/Command
parentbb21e87d2321af184f720200b4f8826892f00055 (diff)
downloadnextcloud-server-8f6c2ec357dd9fcc71f2f8fb69a325004b36b98b.tar.gz
nextcloud-server-8f6c2ec357dd9fcc71f2f8fb69a325004b36b98b.zip
Move columns to bigint
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'core/Command')
-rw-r--r--core/Command/Db/ConvertFilecacheBigInt.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/Command/Db/ConvertFilecacheBigInt.php b/core/Command/Db/ConvertFilecacheBigInt.php
index 6b5b0dc9c82..6575d41d3bb 100644
--- a/core/Command/Db/ConvertFilecacheBigInt.php
+++ b/core/Command/Db/ConvertFilecacheBigInt.php
@@ -64,12 +64,14 @@ class ConvertFilecacheBigInt extends Command {
'activity_mq' => ['mail_id'],
'authtoken' => ['id'],
'bruteforce_attempts' => ['id'],
+ 'federated_reshares' => ['share_id'],
'filecache' => ['fileid', 'storage', 'parent', 'mimetype', 'mimepart', 'mtime', 'storage_mtime'],
'filecache_extended' => ['fileid'],
'file_locks' => ['id'],
'jobs' => ['id'],
'mimetypes' => ['id'],
'mounts' => ['id', 'storage_id', 'root_id', 'mount_id'],
+ 'share_external' => ['id', 'parent'],
'storages' => ['numeric_id'],
];
}