From 07a59cb4ed168c28a2beda7fc9a5fd36b9f12afe Mon Sep 17 00:00:00 2001 From: Adam Teo <77700026+ysadamt@users.noreply.github.com> Date: Fri, 4 Oct 2024 16:35:12 -0500 Subject: [PATCH] Change heroku postgres from mini to essential-0 (#20) * Update app.json * Update app.json * Update README.md * edit readme * mini to essential-0 bc end-of-life * change readme url to point to github fork * revert to original gavel gh link * delete .DS_Store * add .DS_Store to gitignore --------- Co-authored-by: Abhishek More --- .gitignore | 4 +++- app.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index bb68ebe..56f9d02 100644 --- a/.gitignore +++ b/.gitignore @@ -18,4 +18,6 @@ venv/ celerybeat-schedule -node_modules/ \ No newline at end of file +node_modules/ + +.DS_Store \ No newline at end of file diff --git a/app.json b/app.json index 3444a1f..762833e 100644 --- a/app.json +++ b/app.json @@ -1,7 +1,7 @@ { "stack": "heroku-20", "addons": [ - "heroku-postgresql:mini", + "heroku-postgresql:essential-0", "heroku-redis:mini" ], "buildpacks": [