Function migration_normalized_statements_from_record
pub fn migration_normalized_statements_from_record(
record: &MigrationRecord,
) -> Result<Option<Vec<String>>, BookkeepingError>Expand description
Decode and re-normalize the statement vector a migration record stored, if any.