Migrate Always Up To Date

I have made some migration in the migration folder, but when I apply the new migration,


"php yiic.php migrate"

it always give me the output


"No new migration found. Your system is up-to-date".

I am sure that the new migration is in the folder protected/migration, because I compared the migration folder to the table tbl_migration, and there are some migration which are not in the table.

what can I do to fix this? any help is appreciated.

Hi bingjie2680

Did you create the migration file via yii console (yiic migrate create <name>) or manually created it as yii is very strict on the migration naming policy also look in your tbl_migration in your database if the migration file name is not already in there.