Thursday, 26 July 2012

How to Run a single migration file in rails

Here is the rake command to run the single migration in rails.

> rake db:migrate.up VERSION=20120402064142


Thank You,
Uma Mahesh.

1 comment:

  1. Is rake db:migrate:up VERSION=20120402064142

    ReplyDelete