1
0
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:
Loïc Blot (@U-Exp) 2014-09-12 16:39:03 +02:00
parent 37602a13b8
commit 8feb3a95d9
2 changed files with 7 additions and 9 deletions

View File

@ -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>

View File

@ -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>