Skip to content

For Rails 7.0.0.alpha2 special release Latest

Compare
Choose a tag to compare
@jasonfb jasonfb released this 17 Nov 23:05
· 15 commits to master since this release

This version (6.0.alpha2) includes this contribution from @badlamer fixing the ability to run the migrations down (personally I don't run my migrations down but I appreciate that @badlamer does) . Thank you @badlamer !

Because of the funky way that bundler gem dependency specification does not allow me to specify that it's OK to allow the prerelease version of Rails, I am just releasing this as nonschema_migations gem version 6.0.alpha2 (for use with Rails 7.0.0.alpha2-- note it is locked specifically in the gem dependency).

Once Rails 7 is no longer prerelease I will re-release fixing the gemspec file.

• Rails 7 doesn't like having data_migrations have an id column; if you are upgrading, you might want to drop the ID column from the data_migrations table

• Otherwise, new projects on Rails 7.0.0.alpha2 should be OK on this version (6.0.alpha1).

The last version of the gem is locked to Rails < 7 so it bundler will not automatically update for you.

use bundle update nonschema_migrations to force it to upgrade

What's Changed

  • Add missed no_op argument for migrator by @badlamer in #9

New Contributors

Full Changelog: v5.1.2...v6.0.alpha2