Closed rhertogh closed 6 years ago
The default Yii2 regex is case insensitive (yiisoft/yii2/console/controllers/BaseMigrateController.php:903 /^(m(\d{6}_?\d{6})\D.*?)\.php$/is).
/^(m(\d{6}_?\d{6})\D.*?)\.php$/is
Fixes: #196
to resolve issue #196 not enough ignoring character case. work to resolve this issue now in progress in the branch https://github.com/nvlad/yii2support/tree/migration-namespaces
The default Yii2 regex is case insensitive (yiisoft/yii2/console/controllers/BaseMigrateController.php:903
/^(m(\d{6}_?\d{6})\D.*?)\.php$/is
).Fixes: #196