ruckus / ruckusing-migrations

Database migrations for PHP ala ActiveRecord Migrations with support for MySQL, Postgres, SQLite
Other
505 stars 95 forks source link

Add support for custom tasks (outside lib directory). [feature request] #108

Open piotrooo opened 11 years ago

piotrooo commented 11 years ago

It would be nice to have a possibility to define a custom task dir in database.inc.php (just like migrations dir). Currently, if I use composer I cannot define custom tasks.

ruckus commented 10 years ago

I just took a stab at this:

https://github.com/ruckus/ruckusing-migrations/commit/1f66cdf81f0f771292fe397bfdb7f8167399191b

Care to check it out and let me know your thoughts?