Function diesel_migrations::any_pending_migrations[][src]

pub fn any_pending_migrations<Conn>(
    conn: &Conn
) -> Result<bool, RunMigrationsError> where
    Conn: MigrationConnection
Expand description

See the module level documentation for information on how migrations should be structured, and where Diesel will look for them by default.