diff options
author | bbaetz%student.usyd.edu.au <> | 2002-08-28 14:43:51 +0200 |
---|---|---|
committer | bbaetz%student.usyd.edu.au <> | 2002-08-28 14:43:51 +0200 |
commit | 90c042db954fe86d555c2d3e413dd70f26d55cd4 (patch) | |
tree | e3fc52f7a3b0747ec5ac18e0165dac1c61cf60bd | |
parent | 1eee369e271161e2f7909ce87bfa4c297923d125 (diff) | |
download | bugzilla-90c042db954fe86d555c2d3e413dd70f26d55cd4.tar.gz bugzilla-90c042db954fe86d555c2d3e413dd70f26d55cd4.tar.xz |
Correct checkin date for bug 153578 schema modification
-rwxr-xr-x | checksetup.pl | 2 |
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")) && |