Skip to content

Commit

Permalink
feat: Switch Heroku Postgres basic to essential-0 (#9452)
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnu-narayanan committed May 10, 2024
1 parent a400137 commit dd1f93d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.json
Expand Up @@ -55,7 +55,7 @@
"plan": "heroku-redis:mini"
},
{
"plan": "heroku-postgresql:mini"
"plan": "heroku-postgresql:essential-0"
}
],
"stack": "heroku-20",
Expand Down

0 comments on commit dd1f93d

Please sign in to comment.