From 61487d4cd0d85a24a2c4737fa90bfe71cb967212 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 15 Jul 2008 18:18:26 -0400 Subject: move email settings to its own tab darcs-hash:20080715221826-84dde-8a3692f95199818c11dbb0be159d07f1ab10cf6a.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 4115b84ec..e906b05fe 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.', + emailnotifysub tinyint default 1 unique key 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', jabberreplies tinyint default 0 comment 'whether to send notices to jabber on replies', -- cgit v1.2.3-54-g00ecf