From 5d6ebdb9129306ee2fd9a2f33deb7340c3e636a0 Mon Sep 17 00:00:00 2001 From: w2 Date: Sat, 5 Mar 2022 23:40:20 +0000 Subject: [PATCH] fix: postges 12 is required for generated columns --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 12fbe32..7766b82 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Requirements ### Minimal versions - python 3.7 -- postgresql 11 +- postgresql 12 ### Database schema includes GIN index column `geodata_search_idx`