1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-06-07 16:06:15 +00:00

Ajust key and value length for ocsms_config table

This commit is contained in:
Loic Blot 2015-05-15 08:57:45 +02:00
parent 1bd067323b
commit 47a6a86a95

View File

@ -117,13 +117,13 @@
<name>key</name>
<type>text</type>
<notnull>true</notnull>
<length>25555</length>
<length>255</length>
</field>
<field>
<name>value</name>
<type>text</type>
<notnull>false</notnull>
<length>25555</length>
<length>10240</length>
</field>
</declaration>
</table>