Install Data Migrate
mainTo use data_migrate in your Rails project, add the gem to your Gemfile and run bundle install.
Rails Version Compatibility:
- Supports Rails 6.1 through 8.0.
- For Rails 6.0, use gem version
9.1.x:
gem 'data_migrate', '~> 9.1.0'Note: When you run any provided rake tasks, a data_migrations table will be created in your database to track migration status, mirroring standard schema migrations.
gem 'data_migrate'