feat: Switch Heroku Postgres basic to essential-0 (#9452)

This commit is contained in:
Vishnu Narayanan
2024-05-10 09:52:04 -07:00
committed by GitHub
parent a4001374a5
commit dd1f93d425
+1 -1
View File
@@ -55,7 +55,7 @@
"plan": "heroku-redis:mini"
},
{
"plan": "heroku-postgresql:mini"
"plan": "heroku-postgresql:essential-0"
}
],
"stack": "heroku-20",