Rollback
This adds the following functionality to the migrate cli:
- rollback one or more migrations
- run all migrations apart from the last n
- run n migrations from the pending list
- display pending migrations
- display executed migrations
This adds the following functionality to the migrate cli: