database version

This commit is contained in:
Grant Limberg 2021-06-02 14:49:12 -07:00
parent fc6d90a04a
commit 91c4dfc7c0
No known key found for this signature in database
GPG Key ID: 2BA62CCABBB4095A

View File

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