From: terry%mozilla.org <> Date: Wed, 26 May 1999 00:59:39 +0000 (+0000) Subject: Fixed stupid typo. X-Git-Tag: bugzilla-2.6~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=124da23d3fe33a23826f590528901ca3b05e7b13;p=thirdparty%2Fbugzilla.git Fixed stupid typo. --- diff --git a/makeprofilestable.sh b/makeprofilestable.sh index 0dd5eaba0e..42f6f350c4 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) );