[Solved] Heroku Ruby On Rails Server Logs says ‘Users’ does not Exist


PG::UndefinedTable: ERROR means you haven’t created the table. You need to run heroku run rake db:migrate so that the tables are added to your Heroku Postgres.

0

solved Heroku Ruby On Rails Server Logs says ‘Users’ does not Exist