Releases: ka8725/migration_data
Releases · ka8725/migration_data
Allow to run data migrations before and after
Ability to skip migrations data execution
From now on, anyone who needs to skip data migrations run in particular environments can use skip
option like this MigrationData.config.skip = true
. Check out the latest README for details.
Remove squasher
Due to the fact there are other solutions on the Internet and the squash issue can be solved by them, this gem no longer supports squashing migrations.
More details in the issue: #34
Rails 5.2 support.
v0.3.1 Merge pull request #36 from mapreal19/mario/fix-require-migration-rai…