yiisoft / yii2-mongodb

Yii 2 MongoDB extension
http://www.yiiframework.com
BSD 3-Clause "New" or "Revised" License
326 stars 191 forks source link

Migration config for more than one DB engine #288

Closed atrandafir closed 4 years ago

atrandafir commented 4 years ago

Special configuration for an application that uses more than one DB engine to avoid mixing migrations from both systems.

The problem it solves:

Q A
Is bugfix? no
New feature? no
Breaks BC? yes/no
Tests pass? yes/no
Fixed issues comma-separated list of tickets # fixed by the PR, if any
samdark commented 4 years ago

Good addition. Thanks!