- Enh: #12 added customization of 'migrations' subdirectory via $migrationSubPath (cebe thanks to redguy666)
- Enh: show
connectionString
of active database component (schmunk42)
- fix for getTable trying to hit a db cache and die in endless loop (cebe)
- made sure that mark and to action are working correctly (cebe)
- adjusted sql commands to be compatible with nearly all pdo db systems (cebe)
- modules are now loaded from yii application config if not set (cebe)
- improved create action error handling (cebe)
- adjusted sql commands to be compatible with sqlite and postgres (cebe thanks to redguy)
- added compatibility with CDbMigration, migrations need not extend EDbMigration (cebe)
- implemented mark-action so it now works with modules (cebe)
- implemented to-action so it now works with modules (cebe)
- fixed problem that base-migrations where not cretated on mark command (cebe)
- added confirm() method to EDbMigration (cebe)
- fixed a problem with finding new migrations (cebe)
- added base migration for every single module (cebe)
- fixed problem with history and down migration when --module parameter is set (cebe)
- added $moduleDelimiter property and replaced string function with multibyte versions (cebe)
- complete refactoring of basic functionality, more stability and more straight forward (cebe)
- Initial public release (cebe)
- module support for migrations
- extended execute() of CDbMigration with parameter $verbose