- Migration database can now be a callable object
- Require sequel before attempting migration
- Add
setup_hook
to run prior to migration command - Lazy-eval database value
- Set
RACK_ENV
environment variable
- Configurable migration logger
- Don't require inside migration tasks
- Configurable database constant
- Configurable tasks setup macro
- Configure individual tasks from global block