PostgreSQL
 sql >> Database >  >> RDS >> PostgreSQL

Errore durante l'esecuzione delle migrazioni su Heroku, PostgreSQL con Rails 5

Sembra che il database non sia fornito per la tua app, devi aggiungerne uno:

heroku addons:create heroku-postgresql

Puoi verificare che il database sia stato aggiunto alla tua applicazione eseguendo:

heroku config --app your_app_name