فهرست منبع

database version

Grant Limberg 4 سال پیش
والد
کامیت
91c4dfc7c0
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      controller/PostgreSQL.cpp

+ 1 - 1
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()
 {