Skip to content

Commit

Permalink
307 Update Constants to point to new data from Pop
Browse files Browse the repository at this point in the history
  - update constants from 2024-04-29 to 2024-07-25

Closes #307
  • Loading branch information
horatiorosa committed Aug 5, 2024
1 parent 14b6bf5 commit 83ae692
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 @@ -13,9 +13,9 @@ const DECENNIAL_EARLIEST_TABLE_NAME = '2010';
const DECENNIAL_EARLIEST_VERSION = '2024-04-29';
const ACS_SCHEMA_NAME = 'acs';
const ACS_LATEST_TABLE_NAME = '2022';
const ACS_LATEST_VERSION = '2024-04-19';
const ACS_LATEST_VERSION = '2024-07-25';
const ACS_EARLIEST_TABLE_NAME = '2010';
const ACS_EARLIEST_VERSION = '2024-04-19';
const ACS_EARLIEST_VERSION = '2024-07-25';
const ACS_METADATA_FULL_PATH = `"${ACS_SCHEMA_NAME}"."metadata"`;
const ACS_LATEST_TABLE_FULL_PATH = `"${ACS_SCHEMA_NAME}"."${ACS_LATEST_TABLE_NAME}"`;
const ACS_EARLIEST_TABLE_FULL_PATH = `"${ACS_SCHEMA_NAME}"."${ACS_EARLIEST_TABLE_NAME}"`;
Expand Down

0 comments on commit 83ae692

Please sign in to comment.