summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authormatthew.gregg <matthew.gregg@gmail.com>2008-07-18 20:34:17 -0400
committermatthew.gregg <matthew.gregg@gmail.com>2008-07-18 20:34:17 -0400
commit6dd211530fea743dedf142ced4ccd6c87e5ed54b (patch)
tree6c5141f004fa266a12902d798f11ecacaff8c624 /db
parentfaa3933fbb54d0fc4a12145bd0aefa899db30dea (diff)
Patch for PITS 00032, 00033, 00034
darcs-hash:20080719003417-982e4-7004f8a4dfb447f941457c30b0b2289eee5582e6.gz
Diffstat (limited to 'db')
-rw-r--r--db/laconica.sql1
1 files changed, 0 insertions, 1 deletions
diff --git a/db/laconica.sql b/db/laconica.sql
index 277b792e3..fe1918045 100644
--- a/db/laconica.sql
+++ b/db/laconica.sql
@@ -47,7 +47,6 @@ create table user (
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',
- emailpost tinyint default 1 comment 'Post by email',
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',