Use Libravatar rather than tracking avatars internally
This commit is contained in:
parent
2fa69f9883
commit
64c4aab14b
6 changed files with 12 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
|||
User
|
||||
ident Text sqltype=varchar(255)
|
||||
fullName Text sqltype=varchar(500)
|
||||
avatar Text Maybe sqltype=varchar(255) default=NULL
|
||||
email Text sqltype=varchar(255)
|
||||
password Text Maybe sqltype=varchar(255) default=NULL
|
||||
UniqueUser ident
|
||||
deriving Typeable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue