Commit ea5bc23a authored by Craig Kerstiens's avatar Craig Kerstiens

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
...@@ -18,6 +18,6 @@ if [[ $MANAGE_FILE ]]; then ...@@ -18,6 +18,6 @@ if [[ $MANAGE_FILE ]]; then
cat <<EOF cat <<EOF
addons: addons:
heroku-postgresql:hobby-dev heroku-postgresql
EOF EOF
fi fi
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment