aboutsummaryrefslogtreecommitdiffstats
path: root/database.sql
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-10-14 00:20:37 -0700
committerFriendika <info@friendika.com>2011-10-14 00:20:37 -0700
commitaf6ab381000346f487d1b5b07623510640dd7ee5 (patch)
tree4cbe000aa2f095a01a7439bb07d793b2fc04b364 /database.sql
parent05e26e489580c82d0db237771d159aed287c5f9b (diff)
downloadvolse-hubzilla-af6ab381000346f487d1b5b07623510640dd7ee5.tar.gz
volse-hubzilla-af6ab381000346f487d1b5b07623510640dd7ee5.tar.bz2
volse-hubzilla-af6ab381000346f487d1b5b07623510640dd7ee5.zip
diaspora birthday notifications
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 ed92aa4c1..2b9be34e0 100644
--- a/database.sql
+++ b/database.sql
@@ -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`),