From 802072ec17262b9fe62aac2e00bacbf86f26a15c Mon Sep 17 00:00:00 2001 From: Grant Limberg Date: Tue, 27 Sep 2022 14:21:20 -0700 Subject: [PATCH] bump min db version --- controller/PostgreSQL.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller/PostgreSQL.cpp b/controller/PostgreSQL.cpp index 473002452..7b0cfa5f2 100644 --- a/controller/PostgreSQL.cpp +++ b/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() {