Skip to main content

diff

Function diff 

Source
pub fn diff(
    replay: Schema,
    live: Schema,
    schema: &str,
    dialect: Dialect,
) -> VerificationReport
Expand description

Verifies replayed migration state against live inspected state.