Skip to content

Commit 8c838bd

Browse files
authored
Don't filter on is_test
Should only be deployed once nyaruka/rapidpro#2319 is deployed
1 parent ca85fff commit 8c838bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

indexer.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ SELECT org_id, id, modified_on, is_active, row_to_json(t) FROM (
397397
) g
398398
) as groups
399399
FROM contacts_contact
400-
WHERE is_test = FALSE AND modified_on >= $1
400+
WHERE modified_on >= $1
401401
ORDER BY modified_on ASC
402402
LIMIT 500000
403403
) t;

0 commit comments

Comments
 (0)