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 5ce4a93 commit 5ddfbd4Copy full SHA for 5ddfbd4
src/server/api/API_ingest/updated_data.py
@@ -40,7 +40,7 @@ def get_updated_contact_data():
40
or (extract(epoch from now())::bigint - foster_return < 365*86400) -- foster return
41
then 'Active'
42
else 'Inactive'
43
- end as "updatedVolunteerStatus" ,
+ end as "updatedFosterStatus" ,
44
45
(to_timestamp(foster_out ) at time zone 'America/New_York')::date as "updatedFosterStartDate",
46
(to_timestamp(foster_return ) at time zone 'America/New_York')::date as "updatedFosterEndDate",
0 commit comments