lajax / yii2-translate-manager

Translation Manager
MIT License
227 stars 90 forks source link

Add namespaced migration support #101

Closed moltam closed 7 years ago

moltam commented 7 years ago

A new migration with namespace is added that extends the old one (global migration). This way the users can choose between them, and also revert the global migration after the upgrade.

Fixes #98