mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-07-20 17:32:50 +02:00
database version
This commit is contained in:
parent
fc6d90a04a
commit
91c4dfc7c0
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue