mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-16 14:33:14 +00:00
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:
@@ -16,7 +16,7 @@ class Version
|
|||||||
/**
|
/**
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
private $number = '4.1.0-alpha.11';
|
private $number = '4.1.0-alpha.12';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string
|
* @var string
|
||||||
|
7786
lib/classes/patch/410alpha12a.php
Normal file
7786
lib/classes/patch/410alpha12a.php
Normal file
File diff suppressed because it is too large
Load Diff
@@ -3148,7 +3148,7 @@
|
|||||||
</field>
|
</field>
|
||||||
<field>
|
<field>
|
||||||
<name>mime</name>
|
<name>mime</name>
|
||||||
<type>char(40)</type>
|
<type>char(255)</type>
|
||||||
<null>YES</null>
|
<null>YES</null>
|
||||||
<extra></extra>
|
<extra></extra>
|
||||||
<default></default>
|
<default></default>
|
||||||
@@ -3411,7 +3411,7 @@
|
|||||||
</field>
|
</field>
|
||||||
<field>
|
<field>
|
||||||
<name>mime</name>
|
<name>mime</name>
|
||||||
<type>char(64)</type>
|
<type>char(255)</type>
|
||||||
|
|
||||||
<null></null>
|
<null></null>
|
||||||
<extra></extra>
|
<extra></extra>
|
||||||
|
Reference in New Issue
Block a user