mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +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:
@@ -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