Skip to main content

compute_diff_with_flags

Function compute_diff_with_flags 

Source
pub fn compute_diff_with_flags(
    from: &Schema,
    to: &Schema,
    manage_ownership: bool,
    manage_grants: bool,
    excluded_grant_roles: &HashSet<String>,
) -> Vec<MigrationOp>