]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - db/laconica.sql
add alternative reply format
[quix0rs-gnu-social.git] / db / laconica.sql
index 42a00da3f0c1b62011cab9603ea1ba14a88f7036..bb9f16459bf3c81caf2d004d0c66c0ef4908e8f6 100644 (file)
@@ -45,8 +45,10 @@ 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 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',
     updatefrompresence tinyint default 0 comment 'whether to record updates from Jabber presence notices',
     sms varchar(64) unique key comment 'sms phone number',
     carrier integer comment 'foreign key to sms_carrier' references sms_carrier (id),