Browse Source

bump min db version

Grant Limberg 3 năm trước cách đây
mục cha
commit
802072ec17
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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()
 {