1
0
mirror of https://github.com/nextcloud/ocsms.git synced 2026-08-21 13:23:04 +00:00

Add support for SMS types

This commit is contained in:
Loïc Blot (@U-Exp)
2014-09-12 20:12:18 +02:00
parent dfbee0fac1
commit a8ff01b999
4 changed files with 17 additions and 5 deletions
+6
View File
@@ -72,6 +72,12 @@
<notnull>true</notnull>
<length>1</length>
</field>
<field>
<name>sms_type</name>
<type>integer</type>
<notnull>true</notnull>
<length>1</length>
</field>
</declaration>
</table>
</database>
+1 -1
View File
@@ -5,6 +5,6 @@
<description>Owncloud SMS app</description>
<licence>AGPL</licence>
<author>Loic Blot</author>
<version>0.1.5</version>
<version>0.1.7</version>
<requiremin>7</requiremin>
</info>