diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-08-16 19:38:07 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-08-16 19:38:07 -0700 |
commit | ce515ac2e815cf6c392691743393ea6ebc42c832 (patch) | |
tree | 7c22e8e4e243b574e43faedbf6351f9fc1a8e6ca /database.sql | |
parent | 30e3a65c0f15f2cbcc538b35c18b1f60490fda9b (diff) | |
download | volse-hubzilla-ce515ac2e815cf6c392691743393ea6ebc42c832.tar.gz volse-hubzilla-ce515ac2e815cf6c392691743393ea6ebc42c832.tar.bz2 volse-hubzilla-ce515ac2e815cf6c392691743393ea6ebc42c832.zip |
prepare for federation
Diffstat (limited to 'database.sql')
-rw-r--r-- | database.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/database.sql b/database.sql index 0cbfc754d..886c4b3b6 100644 --- a/database.sql +++ b/database.sql @@ -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, |