pub fn init_table(conn: &Connection) -> Result<(), CliError>Expand description
Create the return_inputs side-table if it does not exist, and bring an OLDER vault’s table up to the
current schema. Idempotent — it runs on every get/set, so it must be safe to call repeatedly.