Steps for migration:
- Copy
settings.sample.rbtosettings.rb - Populate the settings file with the values appropriate to your environment
gem install bundlerbundle install- To run all of the migrations:
bundle exec ruby all.rb - To run a particular migration:
bundle exec ruby migration.rb(some migrations are dependent on others, you will get an error if you try to run a migration with a dependent migration that hasn't been run yet)