From 7b92b42603bca729bdef81349c578b65bf7ab256 Mon Sep 17 00:00:00 2001 From: Friendika Date: Mon, 14 Mar 2011 00:28:49 -0700 Subject: keywords split into public and private. Public will be used by the friend finder. --- database.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'database.sql') diff --git a/database.sql b/database.sql index 593e56746..3a58decd1 100644 --- a/database.sql +++ b/database.sql @@ -297,7 +297,8 @@ CREATE TABLE IF NOT EXISTS `profile` ( `sexual` char(255) NOT NULL, `politic` char(255) NOT NULL, `religion` char(255) NOT NULL, - `keywords` text NOT NULL, + `pub_keywords` text NOT NULL, + `prv_keywords` text NOT NULL, `about` text NOT NULL, `summary` char(255) NOT NULL, `music` text NOT NULL, -- cgit v1.2.3