sfsekaran/migrer

Rake task to run a single data migration

sfsekaran opened this issue · 0 comments

...by using the data_migrations table already included in this project.

  • change rails generator to generate classes instead of rake tasks
  • create a task that runs a single data migration from version timestamp
  • make sure the rake task checks that the version isn't in the database before running
  • and inserts the version when done running data migration