Closed sinfuljosh closed 7 years ago
Actually I see that you already addressed that in a closed issue. The strange thing is that I used composer to install your package and comparing the composer.json file with the one from here on github. I have a different version.
Im assuming that composer is not pulling the updated info or something. but this issue is resolved in current build. (downloaded direct from github worked with no issues.
http://www.yiiframework.com/doc-2.0/guide-db-migrations.html#applying-migrations
migrationPath: string|array (defaults to @app/migrations), specifies the directory storing all migration class files. This can be specified as either a directory path or a path alias. Note that the directory must exist, or the command may trigger an error. Since version 2.0.12 an array can be specified for loading migrations from multiple sources.
I had to remove the class from console-local.php and set it to yiisoft's.