aboutsummaryrefslogtreecommitdiffstats
path: root/database.sql
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-06-24 21:16:55 -0700
committerfriendica <info@friendica.com>2012-06-24 21:16:55 -0700
commitc464bc494c51bd871c2cf01a441ea2c4f8defc65 (patch)
tree14a4c5a83cab785f41ae465c308729ce7b551a56 /database.sql
parent9528beac34389f8d8f20de1816bca8d516a556cc (diff)
downloadvolse-hubzilla-c464bc494c51bd871c2cf01a441ea2c4f8defc65.tar.gz
volse-hubzilla-c464bc494c51bd871c2cf01a441ea2c4f8defc65.tar.bz2
volse-hubzilla-c464bc494c51bd871c2cf01a441ea2c4f8defc65.zip
add like/dislike to profiles
Diffstat (limited to 'database.sql')
-rw-r--r--database.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/database.sql b/database.sql
index 53dc0c5b2..8178ffa86 100644
--- a/database.sql
+++ b/database.sql
@@ -831,6 +831,8 @@ CREATE TABLE IF NOT EXISTS `profile` (
`religion` char(255) NOT NULL,
`pub_keywords` text NOT NULL,
`prv_keywords` text NOT NULL,
+ `likes` text NOT NULL,
+ `dislikes` text NOT NULL,
`about` text NOT NULL,
`summary` char(255) NOT NULL,
`music` text NOT NULL,