mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
PHRAS-2161_coll-id-in-log-docs_MASTER
mysql fix : revert bad fix for default value for enum; fix default value for coll_id; todo : fix log2es plugin. wip
This commit is contained in:
@@ -2514,15 +2514,15 @@
|
||||
<type>int(11) unsigned</type>
|
||||
<null></null>
|
||||
<extra></extra>
|
||||
<default>null</default>
|
||||
<default>0</default>
|
||||
<comment></comment>
|
||||
</field>
|
||||
<field>
|
||||
<name>action</name>
|
||||
<type>enum('push','add','validate','edit','collection','status','print','substit','publish','download','mail','ftp','delete','collection_from','-')</type>
|
||||
<type>enum('push','add','validate','edit','collection','status','print','substit','publish','download','mail','ftp','delete','collection_from','')</type>
|
||||
<null></null>
|
||||
<extra></extra>
|
||||
<default>-</default>
|
||||
<default></default>
|
||||
<comment></comment>
|
||||
<collation>ascii_bin</collation>
|
||||
</field>
|
||||
|
Reference in New Issue
Block a user