aboutsummaryrefslogtreecommitdiffstats
path: root/database.sql
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2010-12-19 17:46:26 -0800
committerFriendika <info@friendika.com>2010-12-19 17:46:26 -0800
commit24a9a41f969cfd7625847c77a949e4b279f68406 (patch)
treea78eb978ea9def0bb85b2202d90662ae23c3c22f /database.sql
parent4a2d83fcfff548e50d3138ff617c0acd99445e03 (diff)
downloadvolse-hubzilla-24a9a41f969cfd7625847c77a949e4b279f68406.tar.gz
volse-hubzilla-24a9a41f969cfd7625847c77a949e4b279f68406.tar.bz2
volse-hubzilla-24a9a41f969cfd7625847c77a949e4b279f68406.zip
added "secret" profile search keywords
Diffstat (limited to 'database.sql')
-rw-r--r--database.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/database.sql b/database.sql
index dab7c179d..30edf4189 100644
--- a/database.sql
+++ b/database.sql
@@ -292,6 +292,7 @@ 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,
`about` text NOT NULL,
`summary` char(255) NOT NULL,
`music` text NOT NULL,