Skip to content

Commit

Permalink
Increment DB version year
Browse files Browse the repository at this point in the history
  • Loading branch information
dfsnow committed Jan 19, 2024
1 parent 119a774 commit 663a87f
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 @@ -60,4 +60,4 @@ Depends:
Remotes:
paleolimbot/geoarrow
Config/Requires_DB_Version: 2021.0.4
Config/Wants_DB_Version: 2021.0.4
Config/Wants_DB_Version: 2022.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 <- "2021.0.4"
db_version <- "2022.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 663a87f

Please sign in to comment.