From 22e89220889759256b48323ee1a66257e2121ef7 Mon Sep 17 00:00:00 2001 From: Friendika Date: Sun, 26 Jun 2011 05:42:32 -0700 Subject: friend suggest structures, cont. --- database.sql | 2 ++ 1 file changed, 2 insertions(+) (limited to 'database.sql') diff --git a/database.sql b/database.sql index b99796d83..7b70cfc64 100644 --- a/database.sql +++ b/database.sql @@ -514,6 +514,8 @@ CREATE TABLE IF NOT EXISTS `fcontact` ( CREATE TABLE IF NOT EXISTS `ffinder` ( `id` INT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY , +`type` CHAR( 16 ) NOT NULL, +`note` TEXT NOT NULL, `uid` INT UNSIGNED NOT NULL , `cid` INT UNSIGNED NOT NULL , `fid` INT UNSIGNED NOT NULL -- cgit v1.2.3