Skip to content

Commit

Permalink
Don't filter on is_test
Browse files Browse the repository at this point in the history
Should only be deployed once nyaruka/rapidpro#2319 is deployed
  • Loading branch information
rowanseymour authored Feb 15, 2019
1 parent ca85fff commit 8c838bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indexer.go
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ SELECT org_id, id, modified_on, is_active, row_to_json(t) FROM (
) g
) as groups
FROM contacts_contact
WHERE is_test = FALSE AND modified_on >= $1
WHERE modified_on >= $1
ORDER BY modified_on ASC
LIMIT 500000
) t;
Expand Down

0 comments on commit 8c838bd

Please sign in to comment.