diff options
author | terry%mozilla.org <> | 1999-05-26 02:59:39 +0200 |
---|---|---|
committer | terry%mozilla.org <> | 1999-05-26 02:59:39 +0200 |
commit | 124da23d3fe33a23826f590528901ca3b05e7b13 (patch) | |
tree | e3329ee4d5bd12367802925a60093e5185fe7063 | |
parent | 01dc95ae4900e7e303db91b92565c994ba6783cb (diff) | |
download | bugzilla-124da23d3fe33a23826f590528901ca3b05e7b13.tar.gz bugzilla-124da23d3fe33a23826f590528901ca3b05e7b13.tar.xz |
Fixed stupid typo.
-rwxr-xr-x | makeprofilestable.sh | 2 |
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) ); |