Accrue.Events.Upcasters.V1ToV2 (accrue v0.2.0)

Copy Markdown View Source

Example upcaster from schema_version: 1 to schema_version: 2 (EVT-05).

Real upcasters implement actual field migrations — renames, defaults, denormalization. This module ships an identity transform with a _schema_version stamp so the registry can be exercised in tests without forcing an arbitrary payload-shape change in any production event type.