1
0
Fork 0
mirror of synced 2024-06-02 10:54:44 +12:00

fix merge issue

This commit is contained in:
Damodar Lohani 2021-12-03 12:43:09 +05:45
parent 5ea1ab714e
commit 66450584e8

View file

@ -1758,6 +1758,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' => [],
],
[
'$id' => 'search',
'type' => Database::VAR_STRING,