1
0
Fork 0
mirror of synced 2024-09-30 17:26:48 +13:00

make file size unsigned

This commit is contained in:
Damodar Lohani 2021-11-11 16:17:53 +05:45
parent 84275d1f74
commit 3cc530749c

View file

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