dcc82
dcc82

Reputation: 31

Could not generate migration classes from difference (Zend Framework 1.10 + Doctrine 1.2.2)

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

Answers (1)

Zeljko
Zeljko

Reputation: 5158

It means there is no difference between yaml files and your models. It is perfectly fine.

Upvotes: 1

Related Questions