Quickly roll back migrations to a different git branch's state
rake db:rollback_to_common compares your migrations in your current branch to another specified branch, and then rolls back all the migrations that the branches don’t have in common.
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
rake db:rollback_to_common compares your migrations in your current branch to another specified branch, and then rolls back all the migrations that the branches don’t have in common.
Post a comment