Skip to content

Commit

Permalink
fix bug 972612 - some buildIDs in reports_clean are too small to pars…
Browse files Browse the repository at this point in the history
…e as dates
  • Loading branch information
rhelmer committed Feb 15, 2014
1 parent 1f8d917 commit eb34ed4
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -64,6 +64,7 @@ WHERE utc_day_is(date_processed, updateday)
AND adu_count > 0
AND build_date(build) = build_adu.build_date
AND date_processed - build_date(build) < '7 days'::interval
AND length(build::text) >= 10
GROUP BY build, product_version_id
ORDER BY build;

Expand Down

0 comments on commit eb34ed4

Please sign in to comment.