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
[baseline] Make pgroll pull pull only migrations after the most recent baseline (#833)
Make the `pgroll pull` command pull only migrations after the most
recent baseline. A baseline migration defines a new starting point for
the schema history, and as such, `pgroll pull` should not consider
migrations prior to the most recent baseline.
The change here is to the `State.SchemaHistory` method, which now only
returns migrations after the most recent baseline.
Part of #364
0 commit comments