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:
Danielle McLean 2017-10-04 09:09:39 +11:00
parent 2b4822093a
commit 484609fb8b
Signed by: 00dani
GPG key ID: 5A5D2D1AFF12EEC5
4 changed files with 191 additions and 0 deletions

View file

@ -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)