mirror of
https://github.com/friendica/friendica
synced 2025-05-03 13:04:10 +02:00
add micro profile photo
This commit is contained in:
parent
71ae08d506
commit
b94cb8d234
12 changed files with 77 additions and 13 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue