mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Correct checkin date for bug 153578 schema modification
This commit is contained in:
parent
911c525f97
commit
f4f9660d39
@ -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")) &&
|
||||
|
Loading…
Reference in New Issue
Block a user