Function ensure_sql_outcomes_table
pub fn ensure_sql_outcomes_table(
conn: &Connection,
) -> Result<(), BookkeepingError>Expand description
Create the exact public SQL outcome cache in its current shape.
Every host that serves public SQL owns this table; only the master indexes it (see
ensure_master_run_id_indexes).