pub async fn apply_root_migrations(
root_t: &mut DbTransaction<'_>,
target_migration_name: Option<&str>,
) -> DbResult<()>Expand description
Applies migrations to the root, only applies migrations that haven’t already been applied
Optionally filtered to a specific migration through target_migration_name