PostgreSQL - added new emailnotifyattn field to user table, to match MySQL version

This commit is contained in:
CiaranG 2009-03-03 20:18:26 +00:00
parent 8b9e559167
commit 8408e82f92
1 changed files with 1 additions and 0 deletions

View File

@ -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' */,