1
0
Fork 0
mirror of synced 2024-10-03 19:53:33 +13:00

fields update in files and buckets collection

This commit is contained in:
Damodar Lohani 2021-07-08 16:57:36 +05:45
parent 5db04e09f9
commit 8ca9210308

View file

@ -550,7 +550,7 @@ $collections = [
'type' => Database::VAR_INTEGER,
'format' => '',
'size' => 0,
'signed' => true,
'signed' => false,
'required' => false,
'array' => false,
'filters' => [],
@ -560,7 +560,7 @@ $collections = [
'type' => Database::VAR_INTEGER,
'format' => '',
'size' => 0,
'signed' => true,
'signed' => false,
'required' => false,
'array' => false,
'filters' => [],
@ -1058,7 +1058,7 @@ $collections = [
[
'$id' => 'maximumFileSize',
'type' => Database::VAR_INTEGER,
'signed' => true,
'signed' => false,
'size' => 0,
'format' => '',
'filters' => [],