Remove shared db and add heroku-postgresql dev db

This commit is contained in:
gregburek
2013-04-23 23:50:54 -07:00
parent f964209589
commit 9ebb990716
+2 -2
View File
@@ -18,6 +18,6 @@ if [[ $MANAGE_FILE ]]; then
cat <<EOF
addons:
shared-database:5mb
heroku-postgresql:dev
EOF
fi
fi