Executes Angel migrations.
Usage: migration_runner <command> [arguments]
Global options:
-h, --help Print this usage information.
Available commands:
help Display help information for migration_runner.
refresh Resets the database, and then re-runs all migrations.
reset Resets the database.
rollback Undoes the last batch of migrations.
up Runs outstanding migrations.
Run "migration_runner help <command>" for more information about a command.