summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorterry%mozilla.org <>1999-05-26 02:59:39 +0200
committerterry%mozilla.org <>1999-05-26 02:59:39 +0200
commit124da23d3fe33a23826f590528901ca3b05e7b13 (patch)
treee3329ee4d5bd12367802925a60093e5185fe7063
parent01dc95ae4900e7e303db91b92565c994ba6783cb (diff)
downloadbugzilla-124da23d3fe33a23826f590528901ca3b05e7b13.tar.gz
bugzilla-124da23d3fe33a23826f590528901ca3b05e7b13.tar.xz
Fixed stupid typo.
-rwxr-xr-xmakeprofilestable.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/makeprofilestable.sh b/makeprofilestable.sh
index 0dd5eaba0..42f6f350c 100755
--- a/makeprofilestable.sh
+++ b/makeprofilestable.sh
@@ -34,7 +34,7 @@ password varchar(16),
cryptpassword varchar(64),
realname varchar(255),
groupset bigint not null,
-emailnotification enum("ExcludeSelfChanges", "CConly", "All") not null default "ExcludeSelfChanges";
+emailnotification enum("ExcludeSelfChanges", "CConly", "All") not null default "ExcludeSelfChanges",
index(login_name)
);