Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Offer way to reverse just the last batch of migrations #1

Open
coenjacobs opened this issue Feb 1, 2019 · 0 comments
Open

Offer way to reverse just the last batch of migrations #1

coenjacobs opened this issue Feb 1, 2019 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@coenjacobs
Copy link
Owner

Using the down($pluginKey) method on the Handler, a plugin developer is able to reverse all their migrations. There needs to be a way to reverse just the latest batch of migrations for that specific plugin. Probably the best way to do this, is add a $batch parameter to the down($pluginKey) method of the Handler, so that just the last batch is going to be reversed.

@coenjacobs coenjacobs added the enhancement New feature or request label Feb 1, 2019
@coenjacobs coenjacobs modified the milestones: 0.2.0, 0.3.0, 1.0.0 Feb 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant