RUBY: Database Migration in Ruby on RAils

To run the single migration in the db.

rake db:migrate       # Runs the full db migration
rake db:migrate VERSION=x #Runs the particular version


No comments:

Post a Comment