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

This commit is contained in:
Vishnu Narayanan 2024-05-10 22:22:04 +05:30 committed by GitHub
parent a4001374a5
commit dd1f93d425
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -55,7 +55,7 @@
"plan": "heroku-redis:mini"
},
{
"plan": "heroku-postgresql:mini"
"plan": "heroku-postgresql:essential-0"
}
],
"stack": "heroku-20",