Skip to content

Commit 5ddfbd4

Browse files
committed
Field name from updatedVolunteerStatus to Foster
1 parent 5ce4a93 commit 5ddfbd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/api/API_ingest/updated_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def get_updated_contact_data():
4040
or (extract(epoch from now())::bigint - foster_return < 365*86400) -- foster return
4141
then 'Active'
4242
else 'Inactive'
43-
end as "updatedVolunteerStatus" ,
43+
end as "updatedFosterStatus" ,
4444
4545
(to_timestamp(foster_out ) at time zone 'America/New_York')::date as "updatedFosterStartDate",
4646
(to_timestamp(foster_return ) at time zone 'America/New_York')::date as "updatedFosterEndDate",

0 commit comments

Comments
 (0)