Heroku rake db:schema:load table does not exist Heroku rake db:schema:load table does not exist postgresql postgresql

Heroku rake db:schema:load table does not exist


If everything is working fine locally, you could just do a heroku db:push. Just make sure you have the taps gem installed and that should do the job.


Try this to recreate database:

heroku rake db:create