Skip to main content

diff_schema_and_table_operations

Function diff_schema_and_table_operations 

Source
pub fn diff_schema_and_table_operations(
    previous: &ModelSnapshot,
    current: &ModelSnapshot,
) -> Vec<MigrationOperation>
Expand description

Computes the minimum stage-7 diff for schema and table creation/deletion.