migrations: Deprecate use of _number of migrations_ in commands
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).