Merge pull request #260 from craigkerstiens/plan-agnostic-database-selection

Update heroku-postgresql to be plan agnostic
This commit is contained in:
2015-11-23 13:07:51 -06:00
+1 -1
View File
@@ -18,6 +18,6 @@ if [[ $MANAGE_FILE ]]; then
cat <<EOF
addons:
heroku-postgresql:hobby-dev
heroku-postgresql
EOF
fi