diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/laconica.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/db/laconica.sql b/db/laconica.sql index 79c34e712..ae5184778 100644 --- a/db/laconica.sql +++ b/db/laconica.sql @@ -47,6 +47,10 @@ 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', + emailmicroid tinyint default 1 comment 'whether to publish email microid', + language varchar(50) comment 'preferred language', + timezone varchar(50) comment 'timezone', + 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', |