mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-15 22:13:13 +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
|
||||
*/
|
||||
private $number = '4.1.0-alpha.11';
|
||||
private $number = '4.1.0-alpha.12';
|
||||
|
||||
/**
|
||||
* @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>
|
||||
<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>
|
||||
|
Reference in New Issue
Block a user