Browse Source

database version

pull/2/head
Grant Limberg 5 years ago
parent
commit
91c4dfc7c0
No known key found for this signature in database
GPG Key ID: 2BA62CCABBB4095A
  1. 2
      controller/PostgreSQL.cpp

2
controller/PostgreSQL.cpp

@ -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…
Cancel
Save