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

Integrate Phalcon cli-options-parser #20

Closed Jeckerson closed 4 years ago

Jeckerson commented 4 years ago

Instead current old implementation, use common one:

ruudboon commented 4 years ago

Maybe we can also evaluate the need for adding the word migrations when implementing this. Current situation:

vendor/bin/phalcon-migrations migration run
vendor/bin/phalcon-migrations migration generate

Proposal

vendor/bin/phalcon-migrations run
vendor/bin/phalcon-migrations generate