Command doctrine:migrations:migrate error

2.4k views Asked by At

I try to migrate my database, when I execute the command

php app/console doctrine:migrations:migrate xxxxxxxxxx

It results this message

Migration xxxxxxx was executed but did not result in any SQL statements.

Can Someone explain me thie message?

1

There are 1 answers

0
Mohamed Ben HEnda On BEST ANSWER

The command execute up resolve the problem:

php app/console doctrine:migrations:execute xxxxxxxxxx up