diff options
author | Friendika <info@friendika.com> | 2011-03-14 00:28:49 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-03-14 00:28:49 -0700 |
commit | 7b92b42603bca729bdef81349c578b65bf7ab256 (patch) | |
tree | 14619074ae8de42792d58badc52e8be8268460a0 /database.sql | |
parent | f2734681e537031926a1e9c142403048b420deee (diff) | |
download | volse-hubzilla-7b92b42603bca729bdef81349c578b65bf7ab256.tar.gz volse-hubzilla-7b92b42603bca729bdef81349c578b65bf7ab256.tar.bz2 volse-hubzilla-7b92b42603bca729bdef81349c578b65bf7ab256.zip |
keywords split into public and private. Public will be used by the friend finder.
Diffstat (limited to 'database.sql')
-rw-r--r-- | database.sql | 3 |
1 files changed, 2 insertions, 1 deletions
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, |