add email to user schema changes
This commit is contained in:
parent
914287873b
commit
a8f73dd09a
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
<column name="id" type="integer" primaryKey="true" autoIncrement="true" />
|
||||
<column name="max_keys" type="integer" default="5" />
|
||||
<column name="username" type="varchar" size="64" />
|
||||
<column name="email" size="256" />
|
||||
<column name="password" type="varchar" size="64" />
|
||||
<column name="superuser" type="boolean" default="false" />
|
||||
<column name="max_invites" type="integer" default="0" />
|
||||
|
|
Loading…
Reference in a new issue