Update# delete `registered` field since it's no longer needed.

This commit is contained in:
Pellaeon Lin 2015-06-24 00:52:59 +08:00
parent 51e92b9a17
commit 1182ee0510
3 changed files with 3 additions and 9 deletions

View File

@ -30,12 +30,6 @@
<type>timestamp</type> <type>timestamp</type>
<notnull>true</notnull> <notnull>true</notnull>
</field> </field>
<field>
<name>registered</name>
<type>boolean</type>
<default>false</default>
<notnull>true</notnull>
</field>
</declaration> </declaration>
</table> </table>
</database> </database>

View File

@ -5,6 +5,6 @@
<description>User registration</description> <description>User registration</description>
<licence>AGPL</licence> <licence>AGPL</licence>
<author>Pellaeon Lin</author> <author>Pellaeon Lin</author>
<version>0.0.1</version> <version>0.0.3</version>
<requiremin>7</requiremin> <requiremin>7</requiremin>
</info> </info>

View File

@ -1 +1 @@
0.0.2 0.0.3