summaryrefslogtreecommitdiff
path: root/controller
diff options
context:
space:
mode:
authorGrant Limberg <[email protected]>2022-09-27 14:21:20 -0700
committerGrant Limberg <[email protected]>2022-09-27 14:21:20 -0700
commit802072ec17262b9fe62aac2e00bacbf86f26a15c (patch)
tree850b4ae938757e3e96c8810647fe122d1263db31 /controller
parent3c343eb7752e81d933a73e526cac534469ac1a38 (diff)
bump min db version
Diffstat (limited to 'controller')
-rw-r--r--controller/PostgreSQL.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/controller/PostgreSQL.cpp b/controller/PostgreSQL.cpp
index 47300245..7b0cfa5f 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()
{