Pārlūkot izejas kodu

database version

Grant Limberg 4 gadi atpakaļ
vecāks
revīzija
91c4dfc7c0
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      controller/PostgreSQL.cpp

+ 1 - 1
controller/PostgreSQL.cpp

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