Skip to content

Commit

Permalink
296 updated decennial contants
Browse files Browse the repository at this point in the history
  • Loading branch information
horatiorosa committed Apr 17, 2024
1 parent ff45d47 commit 6b0ff0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions special-calculations/data/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ const PREV_YEAR = 'Y2006-2010'; // TODO: update with actual previous year
const GEOGRAPHY_VERSION = '2023-08-29';
const DECENNIAL_SCHEMA_NAME = 'decennial';
const DECENNIAL_LATEST_TABLE_NAME = '2020';
const DECENNIAL_LATEST_VERSION = '2024-04-01';
const DECENNIAL_LATEST_VERSION = '2024-04-16';
const DECENNIAL_EARLIEST_TABLE_NAME = '2010';
const DECENNIAL_EARLIEST_VERSION = '2024-04-01';
const DECENNIAL_EARLIEST_VERSION = '2024-04-16';
const ACS_SCHEMA_NAME = 'acs';
const ACS_LATEST_TABLE_NAME = '2022';
const ACS_LATEST_VERSION = '2024-04-01';
Expand Down

0 comments on commit 6b0ff0d

Please sign in to comment.