1
0
Fork 0
mirror of synced 2024-07-02 13:10:38 +12:00

Fix mimetype size

This commit is contained in:
Matej Bačo 2022-12-05 14:54:13 +00:00
parent 8dfdef6006
commit 4dfaa5e69a

View file

@ -3256,7 +3256,7 @@ $collections = [
'$id' => ID::custom('mimeType'),
'type' => Database::VAR_STRING,
'format' => '',
'size' => 127, // https://tools.ietf.org/html/rfc4288#section-4.2
'size' => 255, // https://tools.ietf.org/html/rfc4288#section-4.2
'signed' => true,
'required' => false,
'default' => null,