database version

This commit is contained in:
Grant Limberg
2021-06-02 14:49:12 -07:00
parent fc6d90a04a
commit 91c4dfc7c0

View File

@ -30,7 +30,7 @@ using json = nlohmann::json;
namespace { namespace {
static const int DB_MINIMUM_VERSION = 5; static const int DB_MINIMUM_VERSION = 19;
static const char *_timestr() static const char *_timestr()
{ {