From: CiaranG Date: Tue, 3 Mar 2009 20:18:26 +0000 (+0000) Subject: PostgreSQL - added new emailnotifyattn field to user table, to match MySQL version X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8408e82f928d1b159a6c9f2dd8fabd269590be61;p=quix0rs-gnu-social.git PostgreSQL - added new emailnotifyattn field to user table, to match MySQL version --- diff --git a/db/laconica_pg.sql b/db/laconica_pg.sql index 9882d091a5..cacdfa97ed 100644 --- a/db/laconica_pg.sql +++ b/db/laconica_pg.sql @@ -50,6 +50,7 @@ create table "user" ( emailnotifyfav integer default 1 /* comment 'Notify by email of favorites' */, emailnotifynudge integer default 1 /* comment 'Notify by email of nudges' */, emailnotifymsg integer default 1 /* comment 'Notify by email of direct messages' */, + emailnotifyattn integer default 1 /* command 'Notify by email of @-replies' */, emailmicroid integer default 1 /* comment 'whether to publish email microid' */, language varchar(50) /* comment 'preferred language' */, timezone varchar(50) /* comment 'timezone' */,