1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-06-23 07:46:12 +00:00

Message size is too little

This commit is contained in:
Loïc Blot (@U-Exp) 2014-09-12 19:29:43 +02:00
parent 41fe3868a9
commit 5cef955d23
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -5,6 +5,6 @@
<description>Owncloud SMS app</description>
<licence>AGPL</licence>
<author>Loic Blot</author>
<version>0.1.2</version>
<version>0.1.4</version>
<requiremin>7</requiremin>
</info>