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
{{ message }}
This repository was archived by the owner on Oct 4, 2022. It is now read-only.
The db manager migration script does not pass a version parameter to Postrator. By default, Postgrator migrates to the maximum version.
Allowing a version parameter would allow Postgrator to rollback or undo migrations.
Most likely this would require reworking the terminal parameter parsing to allow for an additional parameter and then passing that to Postgrator.
The text was updated successfully, but these errors were encountered: