ListChangedAfterExecution

Trait ListChangedAfterExecution 

Source
pub trait ListChangedAfterExecution {
    // Required method
    fn list_changed_after_execution(
        &self,
        defined_migrations: &[ScriptContent],
        executed_migrations: &IndexMap<NaiveDateTime, Execution>,
    ) -> Vec<ProblematicMigration>;
}

Required Methods§

Source

fn list_changed_after_execution( &self, defined_migrations: &[ScriptContent], executed_migrations: &IndexMap<NaiveDateTime, Execution>, ) -> Vec<ProblematicMigration>

Implementors§