Update# delete `registered` field since it's no longer needed.
This commit is contained in:
parent
51e92b9a17
commit
1182ee0510
|
|
@ -30,12 +30,6 @@
|
|||
<type>timestamp</type>
|
||||
<notnull>true</notnull>
|
||||
</field>
|
||||
<field>
|
||||
<name>registered</name>
|
||||
<type>boolean</type>
|
||||
<default>false</default>
|
||||
<notnull>true</notnull>
|
||||
</field>
|
||||
</declaration>
|
||||
</table>
|
||||
</database>
|
||||
|
|
|
|||
|
|
@ -5,6 +5,6 @@
|
|||
<description>User registration</description>
|
||||
<licence>AGPL</licence>
|
||||
<author>Pellaeon Lin</author>
|
||||
<version>0.0.1</version>
|
||||
<version>0.0.3</version>
|
||||
<requiremin>7</requiremin>
|
||||
</info>
|
||||
|
|
@ -1 +1 @@
|
|||
0.0.2
|
||||
0.0.3
|
||||
|
|
|
|||
Loading…
Reference in New Issue