From b9093305189c5fd1b1fec1effc24be20814e7508 Mon Sep 17 00:00:00 2001 From: Grant Limberg Date: Wed, 28 Sep 2022 13:03:41 -0700 Subject: [PATCH] Revert "bump min db version" This reverts commit 802072ec17262b9fe62aac2e00bacbf86f26a15c. --- controller/PostgreSQL.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller/PostgreSQL.cpp b/controller/PostgreSQL.cpp index 7b0cfa5f2..473002452 100644 --- a/controller/PostgreSQL.cpp +++ b/controller/PostgreSQL.cpp @@ -34,7 +34,7 @@ using json = nlohmann::json; namespace { -static const int DB_MINIMUM_VERSION = 38; +static const int DB_MINIMUM_VERSION = 20; static const char *_timestr() {