]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - db/laconica.sql
move email settings to its own tab
[quix0rs-gnu-social.git] / db / laconica.sql
index 4115b84ec510662abe1588c3007756c14f755967..e906b05fe06be3ffd89736c3e9d97e49ec6e120f 100644 (file)
@@ -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',