mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-20 22:36:22 +00:00
Fix DB scheme
This commit is contained in:
parent
37602a13b8
commit
8feb3a95d9
@ -25,9 +25,13 @@
|
||||
</field>
|
||||
<field>
|
||||
<name>added</name>
|
||||
<type>integer</type>
|
||||
<type>timestamp</type>
|
||||
<notnull>true</notnull>
|
||||
</field>
|
||||
<field>
|
||||
<name>lastmodified</name>
|
||||
<type>timestamp</type>
|
||||
<notnull>true</notnull>
|
||||
<length>10</length>
|
||||
</field>
|
||||
<field>
|
||||
<name>sms_id</name>
|
||||
@ -67,12 +71,6 @@
|
||||
<type>boolean</type>
|
||||
<notnull>true</notnull>
|
||||
</field>
|
||||
<field>
|
||||
<name>lastmodified</name>
|
||||
<type>integer</type>
|
||||
<notnull>true</notnull>
|
||||
<length>10</length>
|
||||
</field>
|
||||
</declaration>
|
||||
</table>
|
||||
</database>
|
||||
|
@ -5,6 +5,6 @@
|
||||
<description>Owncloud SMS app</description>
|
||||
<licence>AGPL</licence>
|
||||
<author>Loic Blot</author>
|
||||
<version>0.0.9</version>
|
||||
<version>0.1.0</version>
|
||||
<requiremin>7</requiremin>
|
||||
</info>
|
||||
|
Loading…
x
Reference in New Issue
Block a user