6.8 The per-record upgrader framework

A complement to DbMigrator: where the former changes the schema, this framework migrates existing rows’ data shape under a schema that’s already current.

Components mirror the schema framework:

This is the framework you’d use to backfill, say, capture_mode for old rows after a new column lands — not to migrate schema (use DbMigrator for that).