]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
PostgreSQL - added new emailnotifyattn field to user table, to match MySQL version
authorCiaranG <ciaran@ciarang.com>
Tue, 3 Mar 2009 20:18:26 +0000 (20:18 +0000)
committerCiaranG <ciaran@ciarang.com>
Tue, 3 Mar 2009 20:18:26 +0000 (20:18 +0000)
db/laconica_pg.sql

index 9882d091a50aed16e0f0caf068ae7c0faa89ff10..cacdfa97ed84ce6d7ff8880507d25dba2978655a 100644 (file)
@@ -50,6 +50,7 @@ create table "user" (
     emailnotifyfav integer default 1 /* comment 'Notify by email of favorites' */,\r
     emailnotifynudge integer default 1 /* comment 'Notify by email of nudges' */,\r
     emailnotifymsg integer default 1 /* comment 'Notify by email of direct messages' */,\r
+    emailnotifyattn integer default 1 /* command 'Notify by email of @-replies' */, \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