diff_schemas

Function diff_schemas 

Source
pub fn diff_schemas(old: &Schema, new: &Schema) -> Vec<Qail>
Expand description

Compute the difference between two schemas.

Returns a Vec representing the operations needed to migrate from old to new. Respects MigrationHint for intent-aware diffing.