Fix mimetype size

This commit is contained in:
Matej Bačo
2022-12-05 14:54:13 +00:00
parent 8dfdef6006
commit 4dfaa5e69a
+1 -1
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,