pub(super) async fn insert_schema_deployments(
client: &Client,
deployments: &[SchemaDeploymentRecord],
) -> Result<(), ConnectionError>Expand description
Insert schema deployment records (insert-only, no DELETE).
pub(super) async fn insert_schema_deployments(
client: &Client,
deployments: &[SchemaDeploymentRecord],
) -> Result<(), ConnectionError>Insert schema deployment records (insert-only, no DELETE).