From ea5bc23a766ea267a02595ee75fff37152207c7e Mon Sep 17 00:00:00 2001 From: Craig Kerstiens <craig.kerstiens@gmail.com> Date: Thu, 19 Nov 2015 12:05:36 -0800 Subject: [PATCH] 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. --- bin/release | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/release b/bin/release index 4b56c99b..36a73367 100755 --- a/bin/release +++ b/bin/release @@ -18,6 +18,6 @@ if [[ $MANAGE_FILE ]]; then cat <<EOF addons: - heroku-postgresql:hobby-dev + heroku-postgresql EOF fi -- GitLab