NEW: Output current migration immediately
patricknelson opened this issue · 0 comments
patricknelson commented
Output current migration immediately so you can tell which migration is currently running, instead of waiting until it's completely finished. Once it's completed, it should (preferably on the same line) include a "Done" or "Completed", e.g.
Instead of:
Migrated: 2017_10_02_144045_some_migration
It would say:
Migrating: 2017_10_02_144045_some_migration...
And then:
Migrating: 2017_10_02_144045_some_migration... done!