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

Increase sms size into database for huge SMS.

This fixes #110
This commit is contained in:
Loic Blot 2016-09-19 23:37:09 +02:00
parent 48bf3f5a3e
commit 6c906d498f

View File

@ -75,7 +75,7 @@
<name>sms_msg</name> <name>sms_msg</name>
<type>text</type> <type>text</type>
<notnull>true</notnull> <notnull>true</notnull>
<length>2048</length> <length>20480</length>
</field> </field>
<field> <field>
<name>sms_date</name> <name>sms_date</name>