You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Using the
down($pluginKey)
method on theHandler
, 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 thedown($pluginKey)
method of theHandler
, so that just the last batch is going to be reversed.The text was updated successfully, but these errors were encountered: