Correct checkin date for bug 153578 schema modification

This commit is contained in:
bbaetz%student.usyd.edu.au 2002-08-28 05:43:51 +00:00
parent 911c525f97
commit f4f9660d39

View File

@ -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")) &&