diff options
| author | Grant Limberg <[email protected]> | 2022-09-28 13:03:41 -0700 |
|---|---|---|
| committer | Grant Limberg <[email protected]> | 2022-09-28 13:03:41 -0700 |
| commit | b9093305189c5fd1b1fec1effc24be20814e7508 (patch) | |
| tree | 7535dd8b094c6a36c367033bba79b178aacbf730 /controller/PostgreSQL.cpp | |
| parent | 802072ec17262b9fe62aac2e00bacbf86f26a15c (diff) | |
Revert "bump min db version"
This reverts commit 802072ec17262b9fe62aac2e00bacbf86f26a15c.
Diffstat (limited to 'controller/PostgreSQL.cpp')
| -rw-r--r-- | controller/PostgreSQL.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/controller/PostgreSQL.cpp b/controller/PostgreSQL.cpp index 7b0cfa5f..47300245 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() { |
