You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ heroku addons:create heroku-postgresql:hobby-dev --app YOUR_STAGING_APP
Adding heroku-postgresql:dev on wordcount-stage... done, v8 (free)
Attached as HEROKU_POSTGRESQL_AMBER_URL
Database has been created and is available
! This database is empty. If upgrading, you can transfer
! data from another database with pgbackups:restore.
Use `heroku addons:docs heroku-postgresql:dev` to view documentation.
$ git push stage master
heroku run python manage.py db upgrade --app APP_NAME