Heroku pushing
Please, for the love of the Flying Spaghetti Monster, remember to migrate after doing a heroku push (if it includes any DB changes)
heroku run rake db:migrate
And re-start the web app (this part takes like 2 seconds) to update to the new DB schema!
heroku restart