From 6576acaeea46e81f45ae5abf846166e538d1a9b6 Mon Sep 17 00:00:00 2001 From: Max Kanat-Alexander Date: Tue, 6 Jul 2010 11:08:05 -0700 Subject: Bug 577058: Make collectstats.pl --regenerate work on PostgreSQL. r=reed, a=LpSolit --- collectstats.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'collectstats.pl') diff --git a/collectstats.pl b/collectstats.pl index d8987b2b9..733a1e4f1 100755 --- a/collectstats.pl +++ b/collectstats.pl @@ -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}); -- cgit v1.2.3-24-g4f1b