Function migration_content_checksum_from_record
pub fn migration_content_checksum_from_record(
record: &MigrationRecord,
normalized: Option<&[String]>,
) -> Result<Option<String>, BookkeepingError>Expand description
A record’s canonical content checksum: the stored one when present, else derived from the
normalized statements (the legacy pre-content_checksum row shape).