Reputation: 31
I'm trying to perform database migration from the command line using "php doctrine generate-migrations-diff", it just gives me the error:
"Could not generate migration classes from difference"
Is there anyone having the same issue?
I'm using Zend Framework + Doctrine 1.2.2
Thanks.
Upvotes: 3
Views: 1443
Reputation: 5158
It means there is no difference between yaml files and your models. It is perfectly fine.
Upvotes: 1