##Problem: While trying to deploy an app to heroku, a table was chronically not found, preventing asset precompile.
Migrating the db on heroku would seem successfull, but trying to push to heroku would result in this error:
remote: Running: rake assets:precompile
remote: rake aborted!
remote: ActiveRecord::StatementInvalid: PG::UndefinedTable: ERROR: relation "********" does not exist
.