From dd1f93d425fda7ddb6a6a8cd9c267290076f7fa2 Mon Sep 17 00:00:00 2001 From: Vishnu Narayanan Date: Fri, 10 May 2024 22:22:04 +0530 Subject: [PATCH] feat: Switch Heroku Postgres basic to essential-0 (#9452) --- app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.json b/app.json index 4ee025f06..d50040814 100644 --- a/app.json +++ b/app.json @@ -55,7 +55,7 @@ "plan": "heroku-redis:mini" }, { - "plan": "heroku-postgresql:mini" + "plan": "heroku-postgresql:essential-0" } ], "stack": "heroku-20",