Add support for PGP keys on the h-card - can support an arbitrary number of keys, although I only have one
This commit is contained in:
parent
2b4822093a
commit
484609fb8b
4 changed files with 191 additions and 0 deletions
|
@ -7,6 +7,12 @@ User
|
|||
UniqueEmail email
|
||||
deriving Typeable
|
||||
|
||||
PgpKey
|
||||
userId UserId
|
||||
fingerprint Text maxlen=40
|
||||
hash Text maxlen=64
|
||||
UniqueFingerprint fingerprint
|
||||
|
||||
Site
|
||||
icon Text sqltype=varchar(255)
|
||||
url Text sqltype=varchar(255)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue