Skip to content

Commit

Permalink
299 updateds constants to fix ACS social control total population gra…
Browse files Browse the repository at this point in the history
…y text bug
  • Loading branch information
horatiorosa committed Apr 20, 2024
1 parent 6b0ff0d commit 0319022
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-16';
const ACS_SCHEMA_NAME = 'acs';
const ACS_LATEST_TABLE_NAME = '2022';
const ACS_LATEST_VERSION = '2024-04-01';
const ACS_LATEST_VERSION = '2024-04-19';
const ACS_EARLIEST_TABLE_NAME = '2010';
const ACS_EARLIEST_VERSION = '2024-04-01';
const ACS_EARLIEST_VERSION = '2024-04-19';
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 0319022

Please sign in to comment.