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:
+11
-1
@@ -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
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user