Skip to content

migrations: Deprecate use of _number of migrations_ in commands

Warren Gifford requested to merge ef/29544 into main

Created by: efritz

Fixes #29544 (closed). This PR replaces the concept of migrating n versions up or down with the concept of migrating to a target version.

This changes the UI of sg migration as well as the migrator instance (which should currently have no explicit users that aren't default arguments).

Merge request reports

Loading