Skip to main content

get_pending_root_migrations

Function get_pending_root_migrations 

Source
pub async fn get_pending_root_migrations(
    db: impl PgExecutor<'_>,
) -> Result<Vec<String>, Error>
Expand description

Get all pending migrations for the root that have not been applied yet