WARNING: heroku addons:add has been deprecated. Please use heroku addons:create instead.
! That add-on plan is only available to select users.
I could still fire up my app, login, add, remove, and mark tasks as complete. I'm not sure how the Postgres db fits in, but mine still worked. Just wanted to make everyone aware!
When I try to execute
heroku addons:add heroku-postgresql:dev
I receive the following error:
WARNING:
heroku addons:add
has been deprecated. Please useheroku addons:create
instead. ! That add-on plan is only available to select users.I could still fire up my app, login, add, remove, and mark tasks as complete. I'm not sure how the Postgres db fits in, but mine still worked. Just wanted to make everyone aware!