1
0
Fork 0

diaspora birthday notifications

This commit is contained in:
Friendika 2011-10-14 00:20:37 -07:00
commit af6ab38100
7 changed files with 90 additions and 11 deletions

View file

@ -96,6 +96,7 @@ CREATE TABLE IF NOT EXISTS `contact` (
`info` mediumtext NOT NULL,
`profile-id` int(11) NOT NULL DEFAULT '0',
`bdyear` CHAR( 4 ) NOT NULL COMMENT 'birthday notify flag',
`bd` date NOT NULL,
PRIMARY KEY (`id`),
KEY `uid` (`uid`),
KEY `self` (`self`),