pending_migrations

Function pending_migrations 

Source
pub async fn pending_migrations(
    conn: &mut PgConnection,
) -> Result<Vec<&'static Migration>, MigrateError>
Expand description

Get the list of pending migrations

ยงErrors

This function returns an error if there is a problem checking the applied migrations