Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Docs: Migration config for more than one DB engine (#288) [skip ci]
Special configuration for an application that uses more than one DB engine to avoid mixing migrations from both systems. The problem it solves: - If you run both MySQL and MongoDB and have migrations for both, with the default configuration if you create a mongodb migration and try to run it, it will tell you that you have a lot of other pending migrations, that are actually MySQL migrations.
- Loading branch information