add like/dislike to profiles

This commit is contained in:
friendica 2012-06-24 21:16:55 -07:00
commit c464bc494c
7 changed files with 75 additions and 3 deletions

View file

@ -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,