From 34b3cfdc4387889fe2399559434b6b5117447145 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Wed, 30 Oct 2024 13:06:12 -0700 Subject: [PATCH] Updated min Postgres version in META.json [skip ci] --- META.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/META.json b/META.json index b578ab4..8dea6c2 100644 --- a/META.json +++ b/META.json @@ -12,7 +12,7 @@ "prereqs": { "runtime": { "requires": { - "PostgreSQL": "12.0.0" + "PostgreSQL": "13.0.0" } } },