Right now when I run `db:migrate` or `db:migrate:undo` it either tries to do run all migrations or undo all migrations. It might be nice to have a `--to [time]` flag on both ways that will stop running migrations past that time.