1
0
mirror of https://github.com/nextcloud/ocsms.git synced 2026-08-11 16:32:55 +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
+1 -1
View File
@@ -75,7 +75,7 @@
<name>sms_msg</name>
<type>text</type>
<notnull>true</notnull>
<length>2048</length>
<length>20480</length>
</field>
<field>
<name>sms_date</name>