pub fn upgrade(
_snapshot: Vec<StateUpdateKind>,
) -> Vec<MigrationAction<StateUpdateKind, StateUpdateKind>>Expand description
No-op migration. All types are JSON-compatible between v84 and v85.
The only changes are adding the new AlterAddColumnV1 and
AlterSourceTimestampIntervalV1 audit log event types.