titus
titus copied to clipboard
Add DB migration undo functionality
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.