From 9a3f73a672d657f71470d2d1b7a42321b42f5e34 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 17 Jul 2008 09:25:33 -0400 Subject: mailer daemon start darcs-hash:20080717132533-84dde-4ada5d4a103d92b9767726e723b26246205b9cbd.gz --- db/laconica.sql | 1 + 1 file changed, 1 insertion(+) (limited to 'db/laconica.sql') diff --git a/db/laconica.sql b/db/laconica.sql index bb9f16459..cf3c51251 100644 --- a/db/laconica.sql +++ b/db/laconica.sql @@ -45,6 +45,7 @@ create table user ( nickname varchar(64) unique key comment 'nickname or username, duped in profile', password varchar(255) comment 'salted password, can be null for OpenID users', email varchar(255) unique key comment 'email address for password recovery etc.', + incomingemail varchar(255) unique key comment 'email address for post-by-email', emailnotifysub tinyint default 1 comment 'Notify by email of subscriptions', jabber varchar(255) unique key comment 'jabber ID for notices', jabbernotify tinyint default 0 comment 'whether to send notices to jabber', -- cgit v1.2.3-54-g00ecf