pub static MZ_OBJECT_HYDRATION_HISTORY: LazyLock<BuiltinTable>Expand description
Completed hydration episodes, one row per object, replica, and installation.
Exempt from the bootstrap reset and from forced shard replacement, since the
contents cannot be rebuilt from anything else. Schema evolution keeps them and
applies normally. Clearing them for a schema change is still allowed, see the
tripwire in validate_migration_steps.