pub async fn upsert(
pool: &Pool,
agent_instance_hierarchy: &str,
continuation: &str,
) -> Result<(), Error>Expand description
Insert-or-replace the continuation for an AIH. Matches the
INSERT … ON CONFLICT … DO UPDATE idiom used by tags::apply.