Correct checkin date for bug 153578 schema modification

parent 1eee369e
...@@ -3160,7 +3160,7 @@ if (GetFieldDef("products", "product")) { ...@@ -3160,7 +3160,7 @@ if (GetFieldDef("products", "product")) {
$dbh->do("ALTER TABLE components ADD INDEX (name)"); $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 # attachments creation time needs to be a datetime, not a timestamp
my $fielddef; my $fielddef;
if (($fielddef = GetFieldDef("attachments", "creation_ts")) && if (($fielddef = GetFieldDef("attachments", "creation_ts")) &&
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment