Bring staging back db from the dead
heroku pg:reset DATABASE -a powr-stagingheroku run bash -a powr-stagingrake db:migraterake db:seedrake utility:json_to_app_copyrake utility:json_to_general_copiesrake translate:force_json_to_simple_copies
heroku pg:reset DATABASE -a powr-staging
heroku run bash -a powr-staging
rake db:migrate
rake db:seed
rake utility:json_to_app_copy
rake utility:json_to_general_copies
rake translate:force_json_to_simple_copies