mirror of https://github.com/zulip/zulip.git
Exclude wdaher.com from our analytics dashboard.
It really shouldn't count. (imported from commit ad91ecfacbd421bc1e10ef3a15ef28ca9e87a0ae)
This commit is contained in:
parent
038460bd26
commit
8b89a56922
|
@ -73,7 +73,7 @@ def realm_summary_table(realm_minutes):
|
|||
) user_counts
|
||||
ON user_counts.realm_id = realm.id
|
||||
WHERE
|
||||
realm.domain not in ('zulip.com', 'customer4.invalid')
|
||||
realm.domain not in ('zulip.com', 'customer4.invalid', 'wdaher.com')
|
||||
AND EXISTS (
|
||||
SELECT *
|
||||
FROM zerver_useractivity ua
|
||||
|
|
Loading…
Reference in New Issue