Skip to content

Commit 958ab8b

Browse files
authored
Upgrade to New Heroku Plan (#624)
As announced on May 1, 2024, Heroku Postgres mini and basic plans will reach end-of-life (EOL) on May 22, 2024. Heimdall was using heroku-postgresql:mini. Make the necessary changes in the app.json, update to the new Essential plan to: heroku-postgresql:mini → heroku-postgresql:essential-0
2 parents c02cf2d + 57a952d commit 958ab8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"environments": {
1313
"review": {
14-
"addons": ["heroku-postgresql:hobby-basic"]
14+
"addons": ["heroku-postgresql:essential-0"]
1515
}
1616
}
1717
}

0 commit comments

Comments
 (0)