Commit 6576acae authored by Max Kanat-Alexander's avatar Max Kanat-Alexander

Bug 577058: Make collectstats.pl --regenerate work on PostgreSQL.

r=reed, a=LpSolit
parent 6f274b8a
......@@ -123,7 +123,7 @@ if ($regenerate) {
my $removed_sth = $dbh->prepare(
q{SELECT bugs_activity.bug_id, bugs_activity.removed,}
. $dbh->sql_to_days('bugs_activity.bug_when')
. q{FROM bugs_activity
. q{ FROM bugs_activity
WHERE bugs_activity.fieldid = ?
ORDER BY bugs_activity.bug_when});
......
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