add micro profile photo

This commit is contained in:
Friendika 2010-11-04 23:50:32 -07:00
parent 71ae08d506
commit b94cb8d234
12 changed files with 77 additions and 13 deletions

View file

@ -59,6 +59,7 @@ CREATE TABLE IF NOT EXISTS `contact` (
`nick` char(255) NOT NULL,
`photo` text NOT NULL,
`thumb` text NOT NULL,
`micro` text NOT NULL,
`site-pubkey` text NOT NULL,
`issued-id` char(255) NOT NULL,
`dfrn-id` char(255) NOT NULL,