I run my migrations but in the migrate mysql table don't appear all the migrations classes.
These are my migrations
And this is the migration table:
As you can see, the last migration registered in the table is from 2014-09-25, but I have till 2014-12-03 migration class.
It looks weird, doesn't it?