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>
|
<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>
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
@ -1 +1 @@
|
||||||
0.0.2
|
0.0.3
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue