Update Heroku Postgresql default add-on to hobby-dev

This commit is contained in:
Clint Shryock
2013-11-12 14:10:52 -06:00
parent 9fa0889499
commit 2eab1ad845
+1 -1
View File
@@ -18,6 +18,6 @@ if [[ $MANAGE_FILE ]]; then
cat <<EOF
addons:
heroku-postgresql:dev
heroku-postgresql:hobby-dev
EOF
fi