PHRAS-2171_mime-truncated_MASTER (#2748)

extend "mime" columns (record, subdef) to 255 to allow long mimes.
try to fix truncated mime.
This commit is contained in:
jygaulier
2018-09-27 16:18:28 +02:00
committed by GitHub
parent 1ab4940fdd
commit 8768cd84f7
3 changed files with 7789 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ class Version
/**
* @var string
*/
private $number = '4.1.0-alpha.11';
private $number = '4.1.0-alpha.12';
/**
* @var string

File diff suppressed because it is too large Load Diff

View File

@@ -3148,7 +3148,7 @@
</field>
<field>
<name>mime</name>
<type>char(40)</type>
<type>char(255)</type>
<null>YES</null>
<extra></extra>
<default></default>
@@ -3411,7 +3411,7 @@
</field>
<field>
<name>mime</name>
<type>char(64)</type>
<type>char(255)</type>
<null></null>
<extra></extra>