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