From ce515ac2e815cf6c392691743393ea6ebc42c832 Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Mon, 16 Aug 2010 19:38:07 -0700 Subject: prepare for federation --- database.sql | 2 ++ 1 file changed, 2 insertions(+) (limited to 'database.sql') 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, -- cgit v1.2.3