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