Function butane_core::migrations::adb::diff

source ·
pub fn diff(old: &ADB, new: &ADB) -> Vec<Operation>
Expand description

Determine the operations necessary to move the database schema from old to new.