Revert "bump min db version"

This reverts commit 802072ec17.
This commit is contained in:
Grant Limberg 2022-09-28 13:03:41 -07:00
parent 802072ec17
commit b909330518
No known key found for this signature in database
GPG Key ID: 8F2F97D3BE8D7735

View File

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