rake db:migrate
by Roger Smith
If you want to run a migration to your production db when using Ruby on Rails run the following command:
rake db:migrate RAILS_ENV=production
