]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - db/laconica_pg.sql
More space for the counter
[quix0rs-gnu-social.git] / db / laconica_pg.sql
index d027dc0af03ec86b112d14873cf23e233ff8b149..e784bb16996fd0b3861cd270c7cc59631b05ea13 100644 (file)
@@ -47,6 +47,8 @@ create table "user" (
     email varchar(255) unique /* comment 'email address for password recovery etc.' */,\r
     incomingemail varchar(255) unique /* comment 'email address for post-by-email' */,\r
     emailnotifysub integer default 1 /* comment 'Notify by email of subscriptions' */,\r
+    emailnotifyfav integer default 1 /* comment 'Notify by email of favorites' */,\r
+    emailnotifynudge integer default 1 /* comment 'Notify by email of nudges' */,\r
     emailmicroid integer default 1 /* comment 'whether to publish email microid' */,\r
     language varchar(50) /* comment 'preferred language' */,\r
     timezone varchar(50) /* comment 'timezone' */,\r