diff --git a/controller/PostgreSQL.cpp b/controller/PostgreSQL.cpp index c15c8581..e462fe3e 100644 --- a/controller/PostgreSQL.cpp +++ b/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() {