Marking some files as "nullable" so we can put empty strings into them,

Thanks oracle
This commit is contained in:
Joas Schilling 2015-08-11 13:02:53 +02:00
Родитель 3a977a20f0
Коммит 34279aed14
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -32,13 +32,13 @@
<field>
<name>type</name>
<type>text</type>
<notnull>true</notnull>
<notnull>false</notnull>
<length>255</length>
</field>
<field>
<name>user</name>
<type>text</type>
<notnull>true</notnull>
<notnull>false</notnull>
<length>64</length>
</field>
<field>

Просмотреть файл

@ -1 +1 @@
2.1.0
2.1.1