emigrate Revision of MigrateCommand

  1. Install
  2. 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 ~~~

1 0
2 followers
379 downloads
Yii Version: 1.1
License: BSD-2-Clause
Category: Console
Developed by: Troy
Created on: Aug 17, 2012
Last updated: 11 years ago

Downloads

show all

Related Extensions