Skip to content

Commit

Permalink
Bump DB version in DESCRIPTION and DB
Browse files Browse the repository at this point in the history
  • Loading branch information
dfsnow committed Jul 11, 2024
1 parent 080bce6 commit 09b98ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ Remotes:
paleolimbot/geoarrow,
ropensci/tabulizer
Config/Requires_DB_Version: 2021.0.4
Config/Wants_DB_Version: 2022.0.0
Config/Wants_DB_Version: 2023.0.0
2 changes: 1 addition & 1 deletion data-raw/create_db.R
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ db_send_queries <- function(conn, sql) {
# changes. This is checked against Config/Requires_DB_Version in the DESCRIPTION
# file via check_db_version(). Schema is:
# "MAX_YEAR_OF_DATA.MAJOR_VERSION.MINOR_VERSION"
db_version <- "2022.0.0"
db_version <- "2023.0.0"

# Set the package version required to use this database. This is checked against
# Version in the DESCRIPTION file. Basically, we have a two-way check so that
Expand Down

0 comments on commit 09b98ae

Please sign in to comment.