Skip to content

Rollback

Yannis Barlas requested to merge rollback into next

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

Merge request reports