change field.aggregable from bool to int -> allows to set the number of aggregation values

This commit is contained in:
Jean-Yves Gaulier
2015-03-24 14:43:27 +01:00
parent 24fa287aeb
commit 5a08ebb68e
6 changed files with 87 additions and 16 deletions

View File

@@ -2655,7 +2655,7 @@
</field>
<field>
<name>aggregable</name>
<type>int(1) unsigned</type>
<type>int(5)</type>
<null></null>
<extra></extra>
<default>0</default>