1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-06-08 08:26: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> <name>key</name>
<type>text</type> <type>text</type>
<notnull>true</notnull> <notnull>true</notnull>
<length>25555</length> <length>255</length>
</field> </field>
<field> <field>
<name>value</name> <name>value</name>
<type>text</type> <type>text</type>
<notnull>false</notnull> <notnull>false</notnull>
<length>25555</length> <length>10240</length>
</field> </field>
</declaration> </declaration>
</table> </table>