Skip to content

Commit

Permalink
Bump database schema version
Browse files Browse the repository at this point in the history
  • Loading branch information
marta-lokhova committed Aug 29, 2024
1 parent 44b62c0 commit 62d8121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/database/Database.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ bool Database::gDriversRegistered = false;

// smallest schema version supported
static unsigned long const MIN_SCHEMA_VERSION = 21;
static unsigned long const SCHEMA_VERSION = 22;
static unsigned long const SCHEMA_VERSION = 23;

// These should always match our compiled version precisely, since we are
// using a bundled version to get access to carray(). But in case someone
Expand Down

0 comments on commit 62d8121

Please sign in to comment.