From f19b23ce7d084113c76078e6abfe8c4bd2a24db0 Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Mon, 27 Sep 2021 13:23:41 +0545 Subject: [PATCH] chunks info field in tags collection --- app/config/collections2.php | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/app/config/collections2.php b/app/config/collections2.php index 6da491b2e1..66b4097811 100644 --- a/app/config/collections2.php +++ b/app/config/collections2.php @@ -1335,6 +1335,28 @@ $collections = [ 'array' => false, 'filters' => [], ], + [ + '$id' => 'chunksTotal', + 'type' => Database::VAR_INTEGER, + 'format' => '', + 'size' => 0, + 'signed' => false, + 'required' => false, + 'default' => null, + 'array' => false, + 'filters' => [], + ], + [ + '$id' => 'chunksUploaded', + 'type' => Database::VAR_INTEGER, + 'format' => '', + 'size' => 0, + 'signed' => false, + 'required' => false, + 'default' => null, + 'array' => false, + 'filters' => [], + ], ], 'indexes' => [ [