Correct checkin date for bug 153578 schema modification

git-svn-id: svn://10.0.0.236/trunk@128323 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bbaetz%student.usyd.edu.au 2002-08-28 05:43:51 +00:00
parent 4df5d64293
commit 0a71d068a0

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