Skip to content

Commit 5ce4a93

Browse files
committed
Restored volgistisId
1 parent 1d539b4 commit 5ce4a93

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/server/api/API_ingest/updated_data.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ def get_updated_contact_data():
4646
(to_timestamp(foster_return ) at time zone 'America/New_York')::date as "updatedFosterEndDate",
4747
4848
min(vs.from_date) as "updatedFirstVolunteerDate",
49-
max(vs.from_date) as "updatedLastVolunteerDate"
50-
-- , slc.source_id as sl_id, slc.matching_id, vc.source_id as vc_id
49+
max(vs.from_date) as "updatedLastVolunteerDate",
50+
vc.source_id as "volgisticsId"
5151
5252
5353
from
@@ -64,6 +64,7 @@ def get_updated_contact_data():
6464
group by
6565
slsf.source_id,
6666
slp.id,
67+
vc.source_id,
6768
foster_out ,
6869
foster_return
6970

0 commit comments

Comments
 (0)