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

Added more tests and link some files. Update DB Scheme

This commit is contained in:
Loïc Blot (@U-Exp)
2014-09-12 15:29:58 +02:00
parent 29dc4dcf46
commit 0a16d05c0d
5 changed files with 46 additions and 4 deletions
+11 -1
View File
@@ -51,11 +51,21 @@
<type>boolean</type>
<notnull>true</notnull>
</field>
<field>
<name>sms_seen</name>
<type>boolean</type>
<notnull>true</notnull>
</field>
<field>
<name>sms_date</name>
<type>integer</type>
<notnull>true</notnull>
<length>10</length>
<length>10</length>
</field>
<field>
<name>sms_draft</name>
<type>boolean</type>
<notnull>true</notnull>
</field>
<field>
<name>lastmodified</name>
+1 -1
View File
@@ -5,6 +5,6 @@
<description>Owncloud SMS app</description>
<licence>AGPL</licence>
<author>Loic Blot</author>
<version>0.0.7</version>
<version>0.0.9</version>
<requiremin>7</requiremin>
</info>