Skip to content

Commit

Permalink
add migration generator
Browse files Browse the repository at this point in the history
  • Loading branch information
mdmunir committed Apr 1, 2015
1 parent adcf477 commit c8c242c
Show file tree
Hide file tree
Showing 4 changed files with 475 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ if (!YII_ENV_TEST) {
'generators' => [
'crud' => ['class' => 'mdm\gii\generators\crud\Generator'],
'mvc' => ['class' => 'mdm\gii\generators\mvc\Generator'],
'migration' => ['class' => 'mdm\gii\generators\migration\Generator'],
]
];
}
Expand Down
Loading

0 comments on commit c8c242c

Please sign in to comment.