[][src]Function butane_core::migrations::adb::diff

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

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