- Install
- Usage
Revision of MigrateCommand. Add recursive migrations search and sort migrations into folders.
Install ¶
Add to your console.php:
'commandMap' => array(
'migrate' => array(
'class' => 'ext.EMigrateCommand',
)
),
Usage ¶
Execute in the console:
~~~
php yiic migrate sort
~~~
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.