pub fn upgrade(
snapshot: Vec<StateUpdateKind>,
) -> Vec<MigrationAction<StateUpdateKind, StateUpdateKind>>Expand description
Adds ReconfigurationState::status, backfilling any in-flight
reconfiguration as InProgress. The remaining v88->v89 changes are
additive and confined to the append-only audit log (new reconfiguration
lifecycle transitions and hydration-burst lifecycle details), so nothing
else is rewritten.