summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authorbbaetz%student.usyd.edu.au <>2002-08-28 14:43:51 +0200
committerbbaetz%student.usyd.edu.au <>2002-08-28 14:43:51 +0200
commit90c042db954fe86d555c2d3e413dd70f26d55cd4 (patch)
treee3fc52f7a3b0747ec5ac18e0165dac1c61cf60bd /checksetup.pl
parent1eee369e271161e2f7909ce87bfa4c297923d125 (diff)
downloadbugzilla-90c042db954fe86d555c2d3e413dd70f26d55cd4.tar.gz
bugzilla-90c042db954fe86d555c2d3e413dd70f26d55cd4.tar.xz
Correct checkin date for bug 153578 schema modification
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl2
1 files changed, 1 insertions, 1 deletions
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")) &&