Hi everyone,
I am trying to create migrations so other team members can update their databases, but the main problem is that methods that should contain changes (Up() and Down() methods according to the documentation) are empty. Only thing that occurs in migration classes is this morph() method which indeed contains new structure, but does not seem to be affecting migration process.
When I run migration on a database that has not previously been modified i get:
C:\xampp\htdocs\project>phalcon migration run
Phalcon DevTools (2.1.0 RC 1)
Also, we are using PostgreSQL 9.4.6 and Dev Tools 2.1.0 RC1 from 2.1.X branch.
Any help is appreciated!