Create an h-card widget and display my h-card on the homepage - needs more info but it's a good start

This commit is contained in:
Danielle McLean 2017-10-03 00:52:14 +11:00
parent 5eccafa9c2
commit 006264e77f
Signed by: 00dani
GPG key ID: 3844A6973C6058F1
6 changed files with 27 additions and 2 deletions

View file

@ -1,5 +1,7 @@
User
ident Text sqltype=varchar(255)
fullName Text sqltype=varchar(500)
avatar Text Maybe sqltype=varchar(255) default=NULL
password Text Maybe sqltype=varchar(255) default=NULL
UniqueUser ident
deriving Typeable