Skip to content
Snippets Groups Projects
Commit ea5bc23a authored by Craig Kerstiens's avatar Craig Kerstiens
Browse files

Update heroku-postgresql to be plan agnostic

This will result in selecting the lowest level plan for the add-on as opposed to a hard coded one which may change.
parent 46ecf153
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,6 @@ if [[ $MANAGE_FILE ]]; then
cat <<EOF
addons:
heroku-postgresql:hobby-dev
heroku-postgresql
EOF
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment