yiiext / migrate-command

This is an enhanced version of the Yii Database Migration Tool that adds module support and many more usefull features.

Home Page:http://yiiext.github.com/extensions/migrate-command/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Attribute CDbMigration->interactive doesn't exists when migrating up

thiromi opened this issue · comments

I don't think this is a bug, just missing documentation. I had to extend EDbMigration instead of default CDbMigration in order to get migration working on Yii 1.1.8 (not tried on other versions) and thought that this should be on documentation.

Anyway, excellent extension, dude!

Thank you for the feedback, this has been mentioned in a comment on the yii extension site and I fixed it in version 0.6.0 which was not released due to a problem with mysql.
Will fix this in a few days.

Aw, snap! Didn't see it. But appreciated your response!

Is this --interactive=false respected with current version?

My bad it should be --interactive=0