Skip to main content

get_pending_root_migrations

Function get_pending_root_migrations 

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

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