My phalcon version 1.3.2 ALPHA 1
using dev-tool I have created a migration using the following command:
phalcon migration generate
hence I got a new directory as following: migrations 1.0.0
however when my collegues try to run
phalcon migration run
they are not able to get the new changes they also run
phalcon migration run --force
and
phalcon migration run --version=1.0.0 --migrations=app/migrations