From f648da28455bae5f790cb6c1b54ef5279e2964d9 Mon Sep 17 00:00:00 2001 From: Chris Zetter <253059100+zetter-rpf@users.noreply.github.com> Date: Fri, 16 Jan 2026 15:15:31 +0000 Subject: [PATCH 1/2] empty From 4baa3ea104a30031796896e288632f9477634612 Mon Sep 17 00:00:00 2001 From: Chris Zetter <253059100+zetter-rpf@users.noreply.github.com> Date: Fri, 16 Jan 2026 15:39:48 +0000 Subject: [PATCH 2/2] Update postgres version to match production app --- app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.json b/app.json index bcd4d338b..328b5a764 100644 --- a/app.json +++ b/app.json @@ -3,7 +3,7 @@ { "plan": "heroku-postgresql", "options": { - "version": "14" + "version": "17" } } ]