Increase field size for parameter columns

This commit is contained in:
Joas Schilling 2015-03-13 11:04:30 +01:00
Родитель 61376f849c
Коммит b46b59f975
2 изменённых файлов: 6 добавлений и 6 удалений

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

@ -63,7 +63,7 @@
<name>subjectparams</name>
<type>text</type>
<notnull>true</notnull>
<length>255</length>
<length>4000</length>
</field>
<field>
<name>message</name>
@ -75,19 +75,19 @@
<name>messageparams</name>
<type>text</type>
<notnull>false</notnull>
<length>255</length>
<length>4000</length>
</field>
<field>
<name>file</name>
<type>text</type>
<notnull>false</notnull>
<length>255</length>
<length>4000</length>
</field>
<field>
<name>link</name>
<type>text</type>
<notnull>false</notnull>
<length>255</length>
<length>4000</length>
</field>
<index>
@ -183,7 +183,7 @@
<name>amq_subjectparams</name>
<type>text</type>
<notnull>true</notnull>
<length>255</length>
<length>4000</length>
</field>
<index>

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

@ -1 +1 @@
1.2.1
1.2.2