prepare for federation

This commit is contained in:
Mike Macgirvin 2010-08-16 19:38:07 -07:00
parent 30e3a65c0f
commit ce515ac2e8
4 changed files with 14 additions and 7 deletions

View file

@ -52,6 +52,8 @@ CREATE TABLE IF NOT EXISTS `contact` (
`uid` int(11) NOT NULL COMMENT 'owner uid',
`created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`self` tinyint(1) NOT NULL DEFAULT '0',
`rel` tinyint(1) NOT NULL DEFAULT '0',
`network` char(255) NOT NULL,
`name` char(255) NOT NULL,
`photo` text NOT NULL,
`thumb` text NOT NULL,