Explorar el Código

bump min db version

Grant Limberg hace 2 años
padre
commit
802072ec17
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      controller/PostgreSQL.cpp

+ 1 - 1
controller/PostgreSQL.cpp

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