From 91c4dfc7c044534ae4cb9ba7f30f91a38d81cffe Mon Sep 17 00:00:00 2001 From: Grant Limberg Date: Wed, 2 Jun 2021 14:49:12 -0700 Subject: [PATCH] database version --- controller/PostgreSQL.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller/PostgreSQL.cpp b/controller/PostgreSQL.cpp index c15c85816..e462fe3ea 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() {