From f51c3d89d5118e45914a1de7f6bdb03dd559e32e Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Wed, 26 Jan 2011 03:05:35 +0000 Subject: added mail notifications for talk messages --- h-source/tables.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'h-source/tables.sql') diff --git a/h-source/tables.sql b/h-source/tables.sql index 8d38e81..a447d71 100644 --- a/h-source/tables.sql +++ b/h-source/tables.sql @@ -159,7 +159,8 @@ create table profile ( projects text CHARACTER SET utf8 not null , publish_mail char(4) not null default 'no', description text CHARACTER SET utf8 not null, - website varchar(100) CHARACTER SET utf8 not null + website varchar(100) CHARACTER SET utf8 not null, + send_notification char(4) not null default 'yes' )engine=innodb; create table issues ( -- cgit v1.2.3