About ruby on rails, hackintosh, iphone3g and etc.

Wednesday, February 4, 2009

Changes in production database

After deploying rails into production environment, I do need to do updates on database tables and others as user requirements added on. Here is the method to do migration on production databases.

rake db:migrate RAILS_ENV="production"


No comments: