aboutsummaryrefslogtreecommitdiff
path: root/h-source/tables.sql
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-01-26 03:05:35 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-01-26 03:05:35 +0000
commitf51c3d89d5118e45914a1de7f6bdb03dd559e32e (patch)
treec76ee67ddb62723503711175e406442b72c55103 /h-source/tables.sql
parent1ddc3583a205edd248a53fcf65e3fbad3664f85f (diff)
added mail notifications for talk messages
Diffstat (limited to 'h-source/tables.sql')
-rw-r--r--h-source/tables.sql3
1 files changed, 2 insertions, 1 deletions
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 (