aboutsummaryrefslogtreecommitdiffstats
path: root/database.sql
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-03-14 00:28:49 -0700
committerFriendika <info@friendika.com>2011-03-14 00:28:49 -0700
commit7b92b42603bca729bdef81349c578b65bf7ab256 (patch)
tree14619074ae8de42792d58badc52e8be8268460a0 /database.sql
parentf2734681e537031926a1e9c142403048b420deee (diff)
downloadvolse-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.sql3
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,