Allows root to set an active cursor to forcefully start/forward the migration process.
This is an edge-case version of [Self::force_set_cursor] that allows to set the
started_at value to the next block number. Otherwise this would not be possible, since
force_set_cursor takes an absolute block number. Setting started_at to None
indicates that the current block number plus one should be used.
Allows root to set an active cursor to forcefully start/forward the migration process.
This is an edge-case version of [
Self::force_set_cursor
] that allows to set thestarted_at
value to the next block number. Otherwise this would not be possible, sinceforce_set_cursor
takes an absolute block number. Settingstarted_at
toNone
indicates that the current block number plus one should be used.