]> git.ipfire.org Git - thirdparty/bugzilla.git/commit
The "login_name" field in the "profiles" table was not declared to be
authorterry%mozilla.org <>
Sun, 23 Jan 2000 11:36:17 +0000 (11:36 +0000)
committerterry%mozilla.org <>
Sun, 23 Jan 2000 11:36:17 +0000 (11:36 +0000)
commit344d24af7389166971e3f18d8ef3dd6bee399186
treedd473bc86f41293993563e50953c8bdf751c37e6
parentb078a81284bae319bead595679bec9594447b768
The "login_name" field in the "profiles" table was not declared to be
unique.  Sure enough, somehow, I got 22 duplicated entries in my
database.  This code detects that, cleans up the duplicates, and then
tweaks the table to declare the field to be unique.  What a pain.
checksetup.pl