diff options
author | Friendika <info@friendika.com> | 2011-07-05 19:55:09 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-07-05 19:55:09 -0700 |
commit | d7154a4606d8c6f86b2eacd35c16893283b484c4 (patch) | |
tree | 8d01bc0ed5bf767a05ff5c447af1f58a2a3a4b90 /database.sql | |
parent | 76e56fd44e4a8b43bdf42fae64484e5bb69dd450 (diff) | |
download | volse-hubzilla-d7154a4606d8c6f86b2eacd35c16893283b484c4.tar.gz volse-hubzilla-d7154a4606d8c6f86b2eacd35c16893283b484c4.tar.bz2 volse-hubzilla-d7154a4606d8c6f86b2eacd35c16893283b484c4.zip |
ability to link contacts that are "really me, but on another system/network".
Diffstat (limited to 'database.sql')
-rw-r--r-- | database.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/database.sql b/database.sql index 4952e7c62..b11e72f6c 100644 --- a/database.sql +++ b/database.sql @@ -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, |