summaryrefslogtreecommitdiffstats
path: root/makeprofilestable.sh
diff options
context:
space:
mode:
authorterry%mozilla.org <>1999-05-13 02:20:39 +0200
committerterry%mozilla.org <>1999-05-13 02:20:39 +0200
commitb76a02502d1e3abf05d8aef379d14ac259619526 (patch)
treeded9fe568e1c16f142b1c1b9c0fbd5ef0f1d5ae1 /makeprofilestable.sh
parent47e7a341fd69d3d26d48d4e33d09c6e8ecbbc6c2 (diff)
downloadbugzilla-b76a02502d1e3abf05d8aef379d14ac259619526.tar.gz
bugzilla-b76a02502d1e3abf05d8aef379d14ac259619526.tar.xz
Added user preference controlling how much email they get.
Diffstat (limited to 'makeprofilestable.sh')
-rwxr-xr-xmakeprofilestable.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/makeprofilestable.sh b/makeprofilestable.sh
index be4c03e4b..0dd5eaba0 100755
--- a/makeprofilestable.sh
+++ b/makeprofilestable.sh
@@ -34,6 +34,7 @@ password varchar(16),
cryptpassword varchar(64),
realname varchar(255),
groupset bigint not null,
+emailnotification enum("ExcludeSelfChanges", "CConly", "All") not null default "ExcludeSelfChanges";
index(login_name)
);