From: bbaetz%student.usyd.edu.au <> Date: Wed, 28 Aug 2002 12:43:51 +0000 (+0000) Subject: Correct checkin date for bug 153578 schema modification X-Git-Tag: bugzilla-2.17.1~162 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90c042db954fe86d555c2d3e413dd70f26d55cd4;p=thirdparty%2Fbugzilla.git Correct checkin date for bug 153578 schema modification --- diff --git a/checksetup.pl b/checksetup.pl index 6c2272d788..99ba4a36c5 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -3160,7 +3160,7 @@ if (GetFieldDef("products", "product")) { $dbh->do("ALTER TABLE components ADD INDEX (name)"); } -# 2002-08-XX - bbaetz@student.usyd.edu.au - bug 153578 +# 2002-08-14 - bbaetz@student.usyd.edu.au - bug 153578 # attachments creation time needs to be a datetime, not a timestamp my $fielddef; if (($fielddef = GetFieldDef("attachments", "creation_ts")) &&