Explorar o código

bump min db version

Grant Limberg %!s(int64=2) %!d(string=hai) anos
pai
achega
802072ec17
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      controller/PostgreSQL.cpp

+ 1 - 1
controller/PostgreSQL.cpp

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