From 124da23d3fe33a23826f590528901ca3b05e7b13 Mon Sep 17 00:00:00 2001 From: "terry%mozilla.org" <> Date: Wed, 26 May 1999 00:59:39 +0000 Subject: Fixed stupid typo. --- makeprofilestable.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) ); -- cgit v1.2.3-24-g4f1b