evolver
evolver copied to clipboard
Database Schema Evolution for MongoDB
Bumps [ffi](https://github.com/ffi/ffi) from 1.0.11 to 1.11.1. Changelog *Sourced from [ffi's changelog](https://github.com/ffi/ffi/blob/master/CHANGELOG.md).* > 1.11.1 / 2019-05-20 > ------------------- > > Changed: > * Raise required ruby version to >=2.0. [#699](https://github-redirect.dependabot.com/ffi/ffi/issues/699), [#700](https://github-redirect.dependabot.com/ffi/ffi/issues/700)...
In dry runs, only the execution order will be logged. No migrations will be executed or marked as executed. Unfortunately, Rake already uses --dry-run, so this is added as a...
Why this project is not released yet like a gem ? This project works, so why not release ?
Lazy migrations seems like a nice idea =) Instead of running all migrations once like, do them in a lazily when needed. https://www.braintreepayments.com/braintrust/data-migrations-for-nosql-with-curator I can see some potential issues with...