Could not generate migration classes from difference (Zend Framework 1.10 + Doctrine 1.2.2)
- by dcc82
Hello,
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.