[][src]Function diesel_migrations::any_pending_migrations

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

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