1
0
mirror of https://github.com/nextcloud/ocsms.git synced 2026-08-11 16:32:55 +00:00

Increase sms_address field size.

This fixes #187
This commit is contained in:
Loic Blot
2017-12-28 19:00:23 +01:00
parent 177cb69b10
commit 409f92f344
+1 -1
View File
@@ -77,7 +77,7 @@
<name>sms_address</name>
<type>text</type>
<notnull>true</notnull>
<length>64</length>
<length>512</length>
</field>
<field>
<name>sms_msg</name>