Following your instructions I created a new scaffold task, after running heroku rake db:migrate, I am getting an error in heroku logs.
ActiveRecord::StatementInvalid (PGError: ERROR: relation "tasks" does not exist
ricciLV 3 months ago
looks like I was missing the word 'run' from '$ heroku run rake db:migrate' command.
Following your instructions I created a new scaffold task, after running heroku rake db:migrate, I am getting an error in heroku logs.
ActiveRecord::StatementInvalid (PGError: ERROR: relation "tasks" does not exist
ricciLV 3 months ago
looks like I was missing the word 'run' from '$ heroku run rake db:migrate' command.
ricciLV 3 months ago