more vcard work

This commit is contained in:
zotlabs
2016-12-21 15:03:33 -08:00
parent fcc92299eb
commit bb85e139f1
8 changed files with 18 additions and 5 deletions

View File

@@ -1059,6 +1059,7 @@ CREATE TABLE IF NOT EXISTS `profile` (
`photo` char(255) NOT NULL DEFAULT '',
`thumb` char(255) NOT NULL DEFAULT '',
`publish` tinyint(1) NOT NULL DEFAULT '0',
`profile_vcard` text NOT NULL DEFAULT '',
PRIMARY KEY (`id`),
UNIQUE KEY `guid` (`profile_guid`,`uid`),
KEY `uid` (`uid`),