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

need an intregrity check for migration table

cebe opened this issue · comments

need an action or automatic thing to check and fix integrity of migration table.

If someone applies a migration and moves it to an other module after that migrating without --module parameter works fine but when you want to apply migrations only for the module the migration has been moved to it appears as new.
This is because it is saved in migration table with the old module name it has been applied from before.

so we need to check migration table integrity if module names in table fit files and modules.