From 979ed2f8642f8204dc501a5eab93e598418fde96 Mon Sep 17 00:00:00 2001 From: Daniel Medina Date: Fri, 10 May 2024 14:50:01 -0400 Subject: [PATCH] upgrade heroku to new service tier --- app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.json b/app.json index e8b3afe0..5f4cca3e 100644 --- a/app.json +++ b/app.json @@ -11,7 +11,7 @@ }, "environments": { "review": { - "addons": ["heroku-postgresql:hobby-basic"] + "addons": ["heroku-postgresql:essential-0"] } } }