bump min db version

This commit is contained in:
Grant Limberg 2022-09-27 14:21:20 -07:00
parent 3c343eb775
commit 802072ec17
No known key found for this signature in database
GPG Key ID: 8F2F97D3BE8D7735

View File

@ -34,7 +34,7 @@ using json = nlohmann::json;
namespace {
static const int DB_MINIMUM_VERSION = 20;
static const int DB_MINIMUM_VERSION = 38;
static const char *_timestr()
{