pub async fn apply_root_migrations(
root_t: &mut Transaction<'_, Postgres>,
target_migration_name: Option<&str>,
) -> Result<(), Error>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