Remove support for legacy migrations (from v2).
IMPORTANT: If you used this gem from before version 2, make sure to run migration script
DataMigrate::LegacyMigrator.new.migrate
Failure to do so may cause re-running old migrations
Support for Rails 5.2 Deprecated support for Rails 4.1 Internal changes to make data-migrate behavior more similar to Rails migrations
Deprecated support for rails 4.0 Improvements to timestamped migrations, thanks to Pierre-Michard
rake data:migrate:status
to return result in chronological order
Regression fix, thanks to subakva
The concept of schema:dump to data migrations, thanks to tobyndockerill
data_migrate table into rails schema dump, thanks to jturkel
- Add support for Rails 5.1
- No longer testing EOL rubies
Rails 5.0 support thanks to jturkel and abreckner
(gacha) Capistrano fixes
--skip-schema-migration
removed deprecated. This gem will no longer generate schema
migrations. It still supports running schema/data migrations with one command.
(bilby91) Capistrano support
User Rails.application.config.paths["db/migrate"]
instead of hard coded
path to db migrations