We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b59d9c commit 5036d5eCopy full SHA for 5036d5e
src/server/api/API_ingest/updated_data.py
@@ -34,7 +34,7 @@ def get_updated_contact_data():
34
min(from_date) first_volunteer_date, max(from_date) last_shift_date
35
from volgistics v
36
left join volgisticsshifts v2 on v2.volg_id::varchar = v.number
37
- inner join pdp_contacts pc on pc.source_id = v2.volg_id::varchar and pc.source_type = 'volgistics'
+ inner join pdp_contacts pc on pc.source_id = v.number::varchar and pc.source_type = 'volgistics'
38
group by matching_id
39
) volgistics on volgistics.matching_id = salesforce.matching_id
40
left join (
0 commit comments