port 4.1: migrate field type text to string

This commit is contained in:
aina-esokia
2019-01-11 14:45:33 +04:00
parent 8c41dc28c7
commit d2bdd2ed4a
11 changed files with 70 additions and 10 deletions

View File

@@ -1901,7 +1901,7 @@
</field>
<field>
<name>type</name>
<type>enum('string','text','date','number')</type>
<type>enum('string','date','number')</type>
<null></null>
<extra></extra>
<default></default>