1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-06-07 07:56:23 +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
No known key found for this signature in database
GPG Key ID: EFAA458E8C153987

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>