Exclude mit.edu from history counts.

(imported from commit eb27f4bb0f6eb07c2d72d4f32fa21995f215254e)
This commit is contained in:
Steve Howell 2013-12-18 16:18:46 -05:00
parent 50e8d8b69a
commit ef959a748e
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ def get_realm_day_counts():
and
pub_date > now() - interval '8 day'
and
r.domain != 'zulip.com'
r.domain not in ('zulip.com', 'mit.edu')
group by
r.domain,
age