From 90c042db954fe86d555c2d3e413dd70f26d55cd4 Mon Sep 17 00:00:00 2001 From: "bbaetz%student.usyd.edu.au" <> Date: Wed, 28 Aug 2002 12:43:51 +0000 Subject: Correct checkin date for bug 153578 schema modification --- checksetup.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'checksetup.pl') diff --git a/checksetup.pl b/checksetup.pl index 6c2272d78..99ba4a36c 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")) && -- cgit v1.2.3-24-g4f1b