phalcon / migrations

Generate or migrate database changes via migrations.
https://docs.phalcon.io/latest/en/db-migrations
BSD 3-Clause "New" or "Revised" License
27 stars 23 forks source link

Impossible to run time based migrations #53

Closed Jeckerson closed 4 years ago

Jeckerson commented 4 years ago

It is not possible to run migration with Time Based (tsBased) format

Phalcon\Mvc\Model\Exception: Migrations were not found at:

/srv/tests/var/output/timestamp-single-version

/srv/src/Migrations.php:268
Jeckerson commented 4 years ago

Fixed in #54