Skip to content

Commit

Permalink
Standard redaction for unique visitor counts
Browse files Browse the repository at this point in the history
Co-Authored-By: James Harrison <[email protected]>
  • Loading branch information
greenape and jc-harrison committed Apr 21, 2020
1 parent 28dd76c commit 5d0a623
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,6 @@ def _make_query(self):
INNER JOIN
({self.unique_subscriber_counts.get_query()}) us
USING ({location_columns})
WHERE us.value - ref.value > 15
"""
return sql

0 comments on commit 5d0a623

Please sign in to comment.