1
0
Fork 0

ability to link contacts that are "really me, but on another system/network".

This commit is contained in:
Friendika 2011-07-05 19:55:09 -07:00
commit d7154a4606
5 changed files with 21 additions and 2 deletions

View file

@ -52,6 +52,7 @@ 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',
`remote_self` tinyint(1) NOT NULL DEFAULT '0',
`rel` tinyint(1) NOT NULL DEFAULT '0',
`duplex` tinyint(1) NOT NULL DEFAULT '0',
`network` char(255) NOT NULL,