mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-07 07:56:23 +00:00
Ajust key and value length for ocsms_config table
This commit is contained in:
parent
1bd067323b
commit
47a6a86a95
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user